-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regex Filter is not functional #289
Comments
Hi @RonMcKay, The value field also accepts any input along with auto-suggested inputs. You just have to select the option by clicking on the value. Please post a screenshot if it doesn't accept any value. |
You are right! May it be possible to show the regex at the top of the suggested value list? This way when you hit enter you automatically select the regex instead of some already existing value. |
Hi @RonMcKay, That is possible. We use react select for the dropdown and it supports a prop to make the create option listed "first". You will need to add this "createOptionPosition" prop to AsyncCreatableSelect here. I am happy to accept a PR for this change. You can refer to the developer doc to start Omniboard locally and test changes. |
It seems like the regex filter option is not functional as one can only select existing values in the "Value" field. Typing in a regex filter is not possible, which makes the option non functional.
It would be awesome if this could be fixed as the filter is especially useful for fields like "Notes" e.g.
Omniboard version: 2.16.0
NodeJS version: 16.13.1
The text was updated successfully, but these errors were encountered: