0👍
blur
is an event, you must use it like this (add a @
):
<Textfield
hint="Some hint text"
keyboardType="phone"
@blur="dismissKeyboard"
/>
Source:stackexchange.com
0👍
blur
is an event, you must use it like this (add a @
):
<Textfield
hint="Some hint text"
keyboardType="phone"
@blur="dismissKeyboard"
/>