+ HTML autocomplete attribute. Lets the user specify if any permission the
+ user agent has to provide automated assistance in filling out the input
+ value. Its value must be one of all the possible values of the HTML
+ autocomplete attribute: 'on', 'off', 'email', 'username', 'new-password',
+ ...
+
- This function will be called when the user types within the number. An object
- including the new value and the error will be passed to this
+ This function will be called when the user types within the number. An
+ object including the new value and the error will be passed to this
function. An example of this object is:
{{ "{" }}
value: value, error: error
@@ -132,4 +132,15 @@
Value of the tabindex attribute.
+
+
autocomplete: string
+
'off'
+
+ HTML autocomplete attribute. Lets the user specify if any permission the
+ user agent has to provide automated assistance in filling out the input
+ value. Its value must be one of all the possible values of the HTML
+ autocomplete attribute: 'on', 'off', 'email', 'username', 'new-password',
+ ...
+
- Value of the input element. If undefined, the component will be uncontrolled
- and the value will be managed internally by the component.
+ Value of the input element. If undefined, the component will be
+ uncontrolled and the value will be managed internally by the component.
@@ -56,10 +56,10 @@
onChange: EventEmitter
- This function will be called when the user types within the input
- element of the component. An
- object including the value and the error (if the value entered is not
- valid) will be passed to this function. An example of this object is:
+ This function will be called when the user types within the input element
+ of the component. An object including the value and the error (if the
+ value entered is not valid) will be passed to this function. An example of
+ this object is:
{{ "{" }} value: value, error: error{{ "}" }}. If there is no
error, error will be null.
@@ -68,9 +68,9 @@
onBlur: EventEmitter
- This function will be called when the input element loses the focus. An object
- including the value and the error (if the value entered is not valid) will
- be passed to this function. An example of this object is:
+ This function will be called when the input element loses the focus. An
+ object including the value and the error (if the value entered is not
+ valid) will be passed to this function. An example of this object is:
{{ "{" }}
value: value, error: error
{{ "}" }}. If there is no error, error will be null.
@@ -128,4 +128,15 @@
Value of the tabindex attribute.
+
+
autocomplete: string
+
'off'
+
+ HTML autocomplete attribute. Lets the user specify if any permission the
+ user agent has to provide automated assistance in filling out the input
+ value. Its value must be one of all the possible values of the HTML
+ autocomplete attribute: 'on', 'off', 'email', 'username', 'new-password',
+ ...
+
If it is defined, the component will change its appearance, showing the
- error below the input component. If it is not defined, the error messages will be created and managed internally.
+ error below the input component. If it is not defined, the error messages
+ will be created and managed internally.
@@ -59,9 +60,7 @@
false
-
- If true, the input will have an action to clear the entered value.
-
+
If true, the input will have an action to clear the entered value.
optional: boolean
@@ -120,6 +119,16 @@
will be null.
+
+
autocomplete: string
+
'off'
+
+ HTML autocomplete attribute. Lets the user specify if any permission the
+ user agent has to provide automated assistance in filling out the input
+ value. Its value must be one of all the possible values of the HTML
+ autocomplete attribute. Please check the documentation .
+
- This function will be called when the user types within the textarea. An object
- including the new value and the error will be passed to this
+ This function will be called when the user types within the textarea. An
+ object including the new value and the error will be passed to this
function. An example of this object is:
{{ "{" }}
value: value, error: error
@@ -167,4 +167,15 @@
Value of the tabindex attribute.
+
+
autocomplete: string
+
'off'
+
+ HTML autocomplete attribute. Lets the user specify if any permission the
+ user agent has to provide automated assistance in filling out the textarea
+ value. Its value must be one of all the possible values of the HTML
+ autocomplete attribute: 'on', 'off', 'email', 'username', 'new-password',
+ ...
+