Open Lunberg88 opened 4 years ago
2.13.0
Chrome 79.0.3945.88
2.6.11
https://jsfiddle.net/lunberg88/rqkv6m8e/
Need to remove default attribute readonly. It should be optional.
It should load component without default attribute - readonly.
By default it loads with attribute readonly="readonly". And it seems that select component is disabled, so it confusing thing as for me.
readonly="readonly"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Element UI version
2.13.0
OS/Browsers version
Chrome 79.0.3945.88
Vue version
2.6.11
Reproduction Link
https://jsfiddle.net/lunberg88/rqkv6m8e/
Steps to reproduce
Need to remove default attribute readonly. It should be optional.
What is Expected?
It should load component without default attribute - readonly.
What is actually happening?
By default it loads with attribute
readonly="readonly"
. And it seems that select component is disabled, so it confusing thing as for me.