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
No matter how many times the button I have clicked, the placeholder of el-select dose not change to Endilsh.
What is Expected?
The placeholder of el-select should change between "Select" and "请选择" when I change Vue.config.lang, just like el-date-picker and message-box's behaviour.
What is actually happening?
The language of el-select's placeholder does change even once, while el-date-picker and message-box change between Chinese and English as expect.
(The button of message box can change between "OK" and "确定", but of el-select is always Chinese)
The text was updated successfully, but these errors were encountered:
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.12.0
OS/Browsers version
Windows10 1903 / Chrome 77.0.3865.90
Vue version
2.6.10
Reproduction Link
https://codepen.io/nzh63/pen/rNBPNpP
Steps to reproduce
What is Expected?
The placeholder of el-select should change between "Select" and "请选择" when I change
Vue.config.lang
, just like el-date-picker and message-box's behaviour.What is actually happening?
The language of el-select's placeholder does change even once, while el-date-picker and message-box change between Chinese and English as expect.
(The button of message box can change between "OK" and "确定", but of el-select is always Chinese)
The text was updated successfully, but these errors were encountered: