We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2e3c9 commit efe413eCopy full SHA for efe413e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-input-ui",
3
- "version": "0.2.11",
+ "version": "0.2.12",
4
"description": "A beautiful input made with Vue JS",
5
"author": "Louis Mazel <mazuel.loic@gmail.com>",
6
"scripts": {
src/VueInputUi/index.vue
@@ -2,7 +2,8 @@
<div
ref="parent"
:class="[{
- 'is-focused': isFocus || valid,
+ 'is-focused': isFocus,
+ 'is-valid': valid,
7
'has-value': value,
8
'has-error': error,
9
'is-disabled': disabled,
0 commit comments