If I set `readonly` true I can still use the multi select
See original GitHub issueIf I set readonly true I can still use the multi select.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
HTML form readonly SELECT tag/input - Stack Overflow
attr('disabled',true);}); works just fine on single select. No "readonly" class is required. Multiple select is problematic in that if there is more than...
Read more >readonly - API Reference - Kendo UI MultiSelect
Parameters. readonly Boolean. If set to true the widget will not allow user input. If set to false the widget will allow user...
Read more >HTML attribute: readonly - HTML: HyperText Markup Language
The Boolean readonly attribute, when present, makes the element not mutable, meaning the user can not edit the control.
Read more >Disable or set a control as read-only by using conditional ...
In Microsoft Office InfoPath, you can use conditional formatting to specify ... If the specified conditions are true when a user fills out...
Read more >How to use input readonly attribute in jQuery ? - GeeksforGeeks
jQuery attr () Method: This method set/return attributes and values of the selected elements. If this method is used to return the attribute ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@janosh yes
So I think we need
isDisabledtoo.