Issue
I was wondering if there is such a thing as onBlur for ion segment buttons, as I need the functionality of it. I need to change a property to true on a button click and change the property of the button that was deselected to false. How would I be able to do that?
Solution
Nope, there is no ionBlur on ion segment, instead it has ionChange event which you can use.
Answered By - Vijay Kumawat
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.