patternfly / patternfly/patternfly-react
Select - When Inline filter field is open, allow us to also specify a valid pattern that can be searched
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 862
- Forks
- 392
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 9
Description
Is this a new component or an extension of an existing one?
Select
Describe the feature
When an inline filter is open user can type any characters. even though we might know the selections are only using digits, etc.
If this happens, the component just says:
noResultsFoundText: 'No results found',
Ideally it would say the entered text contains letters when it should just contain numbers, etc
Are there visuals for this feature? If applicable, please include examples for each state and for varying widths
maybe this?
Any other information?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name files, entry points, or tests. Start by locating the Select inline-filter implementation and its existing filtering tests, then clarify how a valid pattern is supplied and what invalid-input message and behavior are expected; done means the agreed behavior is implemented and covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100