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 readonly/computed applies the readonly to the select rendered by selectOne.
The HTML readonly attribute isn't supported by select and the advice is to use disabled instead. However this prevents validation from working correctly, which you might want if the computed value needs to be validated somehow.
Similarly, the input field and button rendered for a date data type doesn't support the readonly attribute well - it still allows clicks and date selections.
The text was updated successfully, but these errors were encountered:
Currently readonly/computed applies the readonly to the select rendered by selectOne.
The HTML readonly attribute isn't supported by select and the advice is to use disabled instead. However this prevents validation from working correctly, which you might want if the computed value needs to be validated somehow.
Similarly, the input field and button rendered for a date data type doesn't support the readonly attribute well - it still allows clicks and date selections.
The text was updated successfully, but these errors were encountered: