assisrafael / assisrafael/react-bootstrap-utils
FormAutocomplete should accept new values
Open
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Right now the autocomplete iterates over the options array, but it would be very useful to also be able to type a new value and have it work as an input in case my option is not there.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the repository for the FormAutocomplete component and read how it iterates over the options array and handles input changes. Trace the existing selection path first; done means a typed value that is absent from the options can still be used as the input without breaking selection of existing options.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bootstrap, javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100