You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is no way to have a readonly input on Quasar. The difference between disabled and readonly is that readonly allows the user to copy the text.
The solution has to be bindable to a data property, allowing the creation of forms that can be editable or not based on a criteria.
The text was updated successfully, but these errors were encountered:
jigarzon
changed the title
Allow readonly input
Allow readonly in QInput component
Sep 20, 2017
Currently there is no way to have a readonly input on Quasar. The difference between disabled and readonly is that readonly allows the user to copy the text.
The solution has to be bindable to a data property, allowing the creation of forms that can be editable or not based on a criteria.
The text was updated successfully, but these errors were encountered: