From 21d98ee73ccb72b0821fadb2b7a23f496ba99c1a Mon Sep 17 00:00:00 2001 From: Fran Date: Thu, 9 May 2019 10:23:16 +0200 Subject: [PATCH] Document debounceFormatTimeout fieldInput option --- fields/input.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/fields/input.md b/fields/input.md index 91e11aa..cbca57d 100644 --- a/fields/input.md +++ b/fields/input.md @@ -9,9 +9,11 @@ A single HTML field for all input type. ## Special properties of field -Property | Default | Accepted values | Description ----------- | -------- | --------------------- | ----------- -inputType | _none_ | String | Type of input field + +Property | Default | Accepted values | Description +--------------------- | -------- | --------------------- | ----------- +inputType | _none_ | String | Type of input field (ex. `text`, `tel`, `number`, `email`) +debounceFormatTimeout | 1000 | Number | Debounce time (ms) for non text input types (`number`, `range`, `date`,`datetime`, `datetime-local`) See "attributes compatibility" at the end of this page.