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

readonly attribute is not working in the version 7.0.0 #111

Closed
nnitish opened this issue Jul 12, 2024 · 2 comments · Fixed by #112
Closed

readonly attribute is not working in the version 7.0.0 #111

nnitish opened this issue Jul 12, 2024 · 2 comments · Fixed by #112
Labels

Comments

@nnitish
Copy link

nnitish commented Jul 12, 2024

[readonly]='true' is not working in version 7.0.0 but it is working perfectly in the lower version.
Verified version 6.0.0, working as expected.

@MurhafSousli
Copy link
Owner

A quick workaround now is by adding the following your global styles

.br-readonly .br-unit {
  pointer-events: none;
}

@MurhafSousli MurhafSousli linked a pull request Jul 13, 2024 that will close this issue
@MurhafSousli
Copy link
Owner

Fixed in v7.0.1

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

Successfully merging a pull request may close this issue.

2 participants