i was using https://bootstrap-vue.org/docs/reference/validation#vuelidate and i came across with
:state
as a vue attribute.
i didn't found anything in the docs and i am confused. where is it come from and what does it do? actually seems like i need to use this to validate a input field. but i'd rather would like to use @blur instead of state but its not working.