SELECT control drop down.
When I enter a value in the SELECT that does NOT exist in the list of available options, the control shows "No options"
Currently I can't find a way to change this "No options" value or even detect if it is being displayed!
It would be great if:
Have a boolean that is true when the "No options" is being displayed
or
Be able to replace the "No options" with a button/link so we can give the user the chance to "add new" via a modal for example.
Maybe is not completely what you're looking for, but you can add the option "Allow custom values" within the "Interactions" settings:
When that happens, whenever something is written that is not an option, it gives the same as an option, and then you can decide what happens with that.
I have shown/hidden other components based on this selection using the following: