Combobox readonly #7293
FelixBlaisThon
started this conversation in
Feature requests
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unless I am not implementing/using the component properly, there is a readOnly (optional) prop for the combobox that determines if a value can be changed, but it does not seem to be implemented. If I add readOnly in the snippet below, the readOnly prop does not prevent a click on the target to open the dropdown (it should prevent click event on its child component or something).
Was that known ? I don't see any style associated with a readOnly combobox either in its module.css
I don't mind looking into a PR to create so that we can have a functional readOnly
Beta Was this translation helpful? Give feedback.
All reactions