balmjs / balm-ui

:diamonds: A modular and customizable UI library based on Material Design and Vue
https://material.balmjs.com
MIT License
508 stars 30 forks source link

Bug in focus state when clearing field #179

Closed renan-f closed 9 months ago

renan-f commented 9 months ago

Description:

When clear text field, this loses focus state.

Steps To Reproduce:

1 - Click text field 2 - Type text 3 - Delete the text

The label and border focus don't work

https://github.com/balmjs/balm-ui/assets/52895235/dfe03333-c812-4a99-b262-c29b0de1b738

renan-f commented 9 months ago

The error only occurs when using v-model

renan-f commented 9 months ago

I'm submitting a pull request with a suggested fix for the problem. https://github.com/balmjs/balm-ui/pull/180