-
-
Notifications
You must be signed in to change notification settings - Fork 50.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select组件 tokenSeparators 对于中文字符无法很好的支持 #28564
Comments
windows 下是什么表现?能来个 gif 不? |
感觉是微软输入法这个问题 #27748 (comment) |
- tokenSeparators={[',', ' ']}
+ tokenSeparators={[',', ',']} 加上中文逗号就可以了。 |
你又在windows下的chrome环境试过吗 ,我的还不行。。。mac上面没有任何问题。。 |
没测试过,我是看你的例子里没加 |
这边Windows测试正常,可以分割,@JesonSirius 你如何测试的? |
但是,Mac也一样啊,需要光标blur一下,就能分割了,但是逗号不含 |
神奇, |
拼音打字键入: |
是我的操作方法有什么不一样吗?我这里实验的是没有平台的区别。 |
我的问题,demo里面忘记加中文逗号了。。。。 现在加了, mac下正常 ,windows不行 |
我也加了的,两个系统下表现和gif一样 |
说说你按键顺序 |
img.mov |
@zombieJ 可是他的录屏是先打好字,再按逗号,看不出啥问题。 |
Reproduction link
https://codepen.io/JesonSirius/pen/YzGYXdK?editors=001
Steps to reproduce
正常输入,用中文逗号分割
What is expected?
能正常分割成tags
What is actually happening?
windows下chrome无法实现, mac下支持。
The text was updated successfully, but these errors were encountered: