vuetify-masked
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "vuetify-masked", | ||
"description": "vuetify masked textfield and filter", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"author": "Kim Mannstedt <k.mannstedt+dev@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -48,2 +48,3 @@ # vuetify-masked | ||
label="default type (text)" | ||
:showHints="true" | ||
></v-text-field-masked> | ||
@@ -54,3 +55,3 @@ | ||
``` | ||
Resulted value for '123A56U89a' is '123A/56u/89A'. | ||
Resulted value for '123A56U89a' is '123A/56u/89A'. In the text field default hints will be shown. | ||
@@ -123,2 +124,3 @@ ### Type 'float' | ||
|properties |object |``null`` |yes |no |Properties for the v-text-field used by vuetify-masked| | ||
|showHints |boolean |false |yes |no |If true, show hints defined by hints | ||
|suffix |string |``null`` (text, integer, float)<br/>``'%'`` (percentage)<br/>``'USD'``(currency)|yes|yes|| | ||
@@ -125,0 +127,0 @@ |type |string |``'text'`` |yes |yes |5 types exist: text, float, integer, currency, and percentage | |
Sorry, the diff of this file is not supported yet
40502
160