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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
业务需求需要实现远程搜索的需要,但是每次搜索会重置下拉数据源data,导致每次选择之后,选中项显示value而不是text值。
CodeSanbox链接: https://codesandbox.io/s/wispy-https-mzl2b?file=/src/index.js
后来设置了labelInValue=true,依旧不生效。
看了MultipleSelector.js源码,是因为没有实现getLabelBySingleValue方法。
Beta Was this translation helpful? Give feedback.
All reactions