Closed pranavgore09 closed 9 years ago
Hi, sorry, but focus is only for navigating through tab or arrows buttons on keyboard. Am i wrong?
Hi, Thank you for consideration. I would like to explain the scenario where that change will make sense (It will not affect desktop browsers much and it is not about navigation).
We are using ionCheckRadio.js in a web view on android phones where screen is considerably small. Consider I have a form with text fields and some radio buttons.
So there will be a case where user do not need the keyboard but still it is up only because our library does not focused the selected element(that looks bad).
If we do not add this focus to the element, there will be a situation when I check my element immediately after clicking it -
true
false
Thanking you for creating this library, it is very great.
Ok, i will add this. But in new 2.0 version (coming soon).
Great, thank you.
Should be ok in 2.0.0
When element is selected it will get focus and when deselected focus will be lost.