Skip to content
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

[Theme][Bootstrap4] Readonly attribute is not valid on select element #2616

Closed
Lausselloic opened this issue Nov 19, 2021 · 3 comments
Closed

Comments

@Lausselloic
Copy link
Contributor

Hello,

Looks like there's a mistake on bootstrap4 select Widget that have been fixed in core. Readonly attribute have no effect on select element. So maybe like in core

use disabled on select element if readonly or disabled value is set to true?

@Lausselloic
Copy link
Contributor Author

Issue also present on
semanticUI :

@epicfaace
Copy link
Member

epicfaace commented Nov 19, 2021 via email

Lausselloic added a commit to Lausselloic/react-jsonschema-form that referenced this issue Nov 19, 2021
Fixes rjsf-team#2616
disabled={disabled || readonly} instead of readonly attribute
@heath-freenome
Copy link
Member

Fixed in v5 beta via #3036

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants