Should @blur.native
still be necessary on BFormInput
?
#2651
Closed
gtbuchanan
started this conversation in
General
Replies: 1 comment
-
Well in vue3 there isn't any .native modifier so it's not necessary, since it does nothing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is an old
BootstrapVue
issue that indicates@blur.native
should be used onBFormInput
. Based on my testing, that seems to still be the case (plain@blur
doesn't work). However, the Vue 3 migration guide claims the.native
modifier shouldn't be necessary anymore (and so does ESLint). IsBootstrapVueNext
still relying on this legacy Vue functionality or am I missing something?Beta Was this translation helpful? Give feedback.
All reactions