Skip to content
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

移动端呼出时会出现按键的情况 #54

Open
animateJoke opened this issue Oct 17, 2018 · 0 comments
Open

移动端呼出时会出现按键的情况 #54

animateJoke opened this issue Oct 17, 2018 · 0 comments

Comments

@animateJoke
Copy link

虽然input设置了readonly;但是还是会呼出按键;所以把呼出的dom换成span或者其他的文本标签,然后修改finish函数中_self.trigger.value = provinceText + ((cityText)?(',' + cityText):(''))+ ((countyText)?(',' + countyText):(''));_self.trigger.inneHTML = provinceText + ((cityText)?(',' + cityText):(''))+ ((countyText)?(',' + countyText):(''));
这样就避免了呼出时按键出现的情况

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant