diff --git a/docs/Components/Autocomplete/README.md b/docs/Components/Autocomplete/README.md index e4daba83..07e802f4 100644 --- a/docs/Components/Autocomplete/README.md +++ b/docs/Components/Autocomplete/README.md @@ -111,7 +111,6 @@ In the example above, we update the value array at the index where the icon need | loading | when true, Autocomplete will be in a loading state | `Boolean` | `false` | `false` | | allowNew | when true, Autocomplete will allow new items to be added. Only available in `single` mode | `Boolean` | `false` | `false` | | highlight | determines how the query is matched in the results. Allowed:`"off"`,`"ignore-case"`. See [Highlighting](#highlighting) section | `String` | `false` | `"off"` | -| background | sets label background color to `background` | `Boolean` | `false` | `false` | | minChar | will only emit `search` even when query is atleast `minChar` long | `Number` | `false` | `0` | | newMatcher | if `allowNew` is enabled, this is the function that ascertains if the search term entered is unique/new | `function` | `false` | Compares query and item in lower case | | selectionLimit | limits the number of items that can be selected. Only takes effect in `multi`. Don't forget to set the label | `Number` | `false` | - | diff --git a/docs/Components/Input/README.md b/docs/Components/Input/README.md index f4808392..a8c42647 100644 --- a/docs/Components/Input/README.md +++ b/docs/Components/Input/README.md @@ -21,36 +21,35 @@ Inputs can be used as a singular object in a layout, or they can be paired toget **Label Guidelines:** -* keep label text descriptive, unambiguous and concise -* be consistent with capitalization of label text (title case or sentence case) -* labels should fit on a single line -* use natural language if necessary (e.g. instead of “Issued by” consider “Which bank issued your card?”) -* asterisks should be used on required fields +- keep label text descriptive, unambiguous and concise +- be consistent with capitalization of label text (title case or sentence case) +- labels should fit on a single line +- use natural language if necessary (e.g. instead of “Issued by” consider “Which bank issued your card?”) +- asterisks should be used on required fields **Field Guidelines:** -* keep field sizes consistent within a page -* one field per row unless the fields are closely related (e.g. First Name and Last Name or City, State) -* where appropriate a max field size and character limit should be included +- keep field sizes consistent within a page +- one field per row unless the fields are closely related (e.g. First Name and Last Name or City, State) +- where appropriate a max field size and character limit should be included ## Input ### Props -| Name | Description | Type | Required | Default | -| ---------- | ------------------------------------------------------------------------------------------------ | --------- | -------- | ------------ | -| modelValue | value to be placed in the Input | `String` | `false` | - | -| label | text label for the Input | `String` | `true` | - | -| hint | hint text to be displayed below the Input | `String` | `false` | - | -| error | error text to be displayed below the Input | `String` | `false` | - | -| clear | label for the clear link that will appear at the end of the Input when it has a value | `String` | `false` | `""` | -| type | type of underlying Input | `String` | `false` | `"text"` | -| background | sets the label background color to `$background`. Use this if control is on a background surface | `Boolean` | `false` | `false` | -| disabled | puts the Input into a disabled state | `Boolean` | `false` | `false` | -| maxlength | maximum amount of characters this Input will accept | `Number` | `false` | 0 - no limit | -| hideLabel | hides the label for the Input in scenarios like tables where it would get in the way | `Boolean` | `false` | - | -| id | an ID that can be will be assigned to the input element | `String` | `false` | - | -| schema | a schema for use in validation | `Object` | `false` | - | +| Name | Description | Type | Required | Default | +| ---------- | ------------------------------------------------------------------------------------- | --------- | -------- | ------------ | +| modelValue | value to be placed in the Input | `String` | `false` | - | +| label | text label for the Input | `String` | `true` | - | +| hint | hint text to be displayed below the Input | `String` | `false` | - | +| error | error text to be displayed below the Input | `String` | `false` | - | +| clear | label for the clear link that will appear at the end of the Input when it has a value | `String` | `false` | `""` | +| type | type of underlying Input | `String` | `false` | `"text"` | +| disabled | puts the Input into a disabled state | `Boolean` | `false` | `false` | +| maxlength | maximum amount of characters this Input will accept | `Number` | `false` | 0 - no limit | +| hideLabel | hides the label for the Input in scenarios like tables where it would get in the way | `Boolean` | `false` | - | +| id | an ID that can be will be assigned to the input element | `String` | `false` | - | +| schema | a schema for use in validation | `Object` | `false` | - | ### Events @@ -73,18 +72,16 @@ Inputs can be used as a singular object in a layout, or they can be paired toget Specifying an `class` or `data-ref-id` attribute will cause them to be applied to the component root container `div`. All other attributes are inherited to the `input` where applicable. Some will be ignored if they conflict with attributes used for accessibility. - ## ValidationHeader + This is an element designed to be used in conjunction with forms using the `yup` validation library. This component displays a list of errors and links to the errored fields which helps in best practices for form validation. Please see the examples in the [Form Validation page](/Guides/FormValidation/#examples) ### Props -| Name | Description | Type | Required | Default | -| ---------- | ---------------------------------------------------------------- | ------- | -------- | ------- | -| errorList | an array of yup `ValidationError` objects produced by validation | `Array` | `false` | `[]` | - +| Name | Description | Type | Required | Default | +| --------- | ---------------------------------------------------------------- | ------- | -------- | ------- | +| errorList | an array of yup `ValidationError` objects produced by validation | `Array` | `false` | `[]` | ### data-ref-ids - `feather-validation-header` - the root element - diff --git a/docs/Components/ProtectedInput/README.md b/docs/Components/ProtectedInput/README.md index 8ebb9997..60128547 100644 --- a/docs/Components/ProtectedInput/README.md +++ b/docs/Components/ProtectedInput/README.md @@ -29,7 +29,6 @@ Used in scenarios where sensitive user information must be entered into a comput | label | Text label for the input | `String` | `true` | - | | hint | Hint text to be displayed below the input | `String` | `false` | - | | error | Error text to be displayed below the input | `String` | `false` | - | -| background | Sets the label background color to `$background`. Use this if control is on a background surface | `Boolean` | `false` | `false` | | disabled | Puts the input into a disabled state | `Boolean` | `false` | `false` | | labels | Object containing labels to be used by this component. Mainly used for i18n or customization of labels. See [Labels](#labels) example | `Object` | `false` | See [Labels](#labels) example | diff --git a/docs/Components/Select/README.md b/docs/Components/Select/README.md index 37fa489b..53210b5d 100644 --- a/docs/Components/Select/README.md +++ b/docs/Components/Select/README.md @@ -79,7 +79,6 @@ The following example allows `10` items to be displayed before scrolling. | error | error string to display under select | `String` | `false` | - | | clear | label for the clear link that will appear at the end of the input when this has a value | `String` | `false` | `""` | | hint | hint string to display under select | `String` | `false` | - | -| background | sets label background color to `background` | `Boolean` | `false` | `false` | | hideLabel | hides the label for the input in scenarios like tables where it would get in the way | `Boolean` | `false` | - | | schema | a schema for use in validation | `Object` | `false` | - | diff --git a/docs/Components/Textarea/README.md b/docs/Components/Textarea/README.md index 47f0c4cd..6f3a7882 100644 --- a/docs/Components/Textarea/README.md +++ b/docs/Components/Textarea/README.md @@ -23,19 +23,18 @@ Text areas should be used on forms, dialogs, background, and foreground surfaces ### Props -| Name | Description | Type | Required | Default | -| ---------- | ------------------------------------------------------------------------------------------------ | --------- | -------- | ------------ | -| modelValue | value to be placed in the textarea | `String` | `false` | - | -| label | text label for the textarea | `String` | `true` | - | -| hint | hint text to be displayed below the textarea | `String` | `false` | - | -| error | error text to be displayed below the textarea | `String` | `false` | - | -| clear | label for the clear link that will appear at the end of the textarea when this has a value | `String` | `false` | `""` | -| background | sets the label background color to `$background`. Use this if control is on a background surface | `Boolean` | `false` | `false` | -| disabled | puts the textarea into a disabled state | `Boolean` | `false` | `false` | -| maxlength | maximum amount of characters this textarea will accept | `Number` | `false` | 0 - no limit | -| auto | when true the textarea will automatically grow | `Boolean` | `false` | `false` | -| hideLabel | hides the label for the input in scenarios like tables where it would get in the way | `Boolean` | `false` | - | -| schema | a schema for use in validation | `Object` | `false` | - | +| Name | Description | Type | Required | Default | +| ---------- | ------------------------------------------------------------------------------------------ | --------- | -------- | ------------ | +| modelValue | value to be placed in the textarea | `String` | `false` | - | +| label | text label for the textarea | `String` | `true` | - | +| hint | hint text to be displayed below the textarea | `String` | `false` | - | +| error | error text to be displayed below the textarea | `String` | `false` | - | +| clear | label for the clear link that will appear at the end of the textarea when this has a value | `String` | `false` | `""` | +| disabled | puts the textarea into a disabled state | `Boolean` | `false` | `false` | +| maxlength | maximum amount of characters this textarea will accept | `Number` | `false` | 0 - no limit | +| auto | when true the textarea will automatically grow | `Boolean` | `false` | `false` | +| hideLabel | hides the label for the input in scenarios like tables where it would get in the way | `Boolean` | `false` | - | +| schema | a schema for use in validation | `Object` | `false` | - | ### Events diff --git a/package-lock.json b/package-lock.json index 09cf60e5..84258e96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27513,7 +27513,7 @@ } }, "packages/@featherds/app-bar": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/app-layout": "file:../app-layout", @@ -27526,7 +27526,7 @@ } }, "packages/@featherds/app-layout": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/composables": "file:../composables", @@ -27535,7 +27535,7 @@ } }, "packages/@featherds/app-rail": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/app-layout": "file:../app-layout", @@ -27548,7 +27548,7 @@ } }, "packages/@featherds/autocomplete": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/chips": "file:../chips", @@ -27563,7 +27563,7 @@ } }, "packages/@featherds/back-button": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/icon": "file:../icon", @@ -27574,7 +27574,7 @@ } }, "packages/@featherds/badge": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/styles": "file:../styles", @@ -27582,7 +27582,7 @@ } }, "packages/@featherds/button": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/ripple": "file:../ripple", @@ -27591,7 +27591,7 @@ } }, "packages/@featherds/card": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/ripple": "file:../ripple", @@ -27600,7 +27600,7 @@ } }, "packages/@featherds/checkbox": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/input-helper": "file:../input-helper", @@ -27610,7 +27610,7 @@ } }, "packages/@featherds/chips": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/composables": "file:../composables", @@ -27622,14 +27622,14 @@ } }, "packages/@featherds/composables": { - "version": "0.11.2", + "version": "0.12.1", "dependencies": { "@featherds/utils": "file:../utils", "vue": "^3.1.0-0" } }, "packages/@featherds/date-input": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/button": "file:../button", @@ -27645,7 +27645,7 @@ } }, "packages/@featherds/dialog": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/composables": "file:../composables", @@ -27656,7 +27656,7 @@ } }, "packages/@featherds/drawer": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/composables": "file:../composables", @@ -27668,7 +27668,7 @@ } }, "packages/@featherds/dropdown": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/list": "file:../list", @@ -27678,7 +27678,7 @@ } }, "packages/@featherds/expansion": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/icon": "file:../icon", @@ -27688,7 +27688,7 @@ } }, "packages/@featherds/footer": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/icon": "file:../icon", @@ -27697,14 +27697,14 @@ } }, "packages/@featherds/icon": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "vue": "^3.1.0-0" } }, "packages/@featherds/input": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/icon": "file:../icon", @@ -27716,7 +27716,7 @@ } }, "packages/@featherds/input-helper": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/styles": "file:../styles", @@ -27724,7 +27724,7 @@ } }, "packages/@featherds/list": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/ripple": "file:../ripple", @@ -27735,7 +27735,7 @@ } }, "packages/@featherds/megamenu": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/dialog": "file:../dialog", @@ -27746,7 +27746,7 @@ } }, "packages/@featherds/menu": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/composables": "file:../composables", @@ -27757,7 +27757,7 @@ } }, "packages/@featherds/navigation-rail": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/composables": "file:../composables", @@ -27769,7 +27769,7 @@ } }, "packages/@featherds/pagination": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/button": "file:../button", @@ -27780,7 +27780,7 @@ } }, "packages/@featherds/pdf-viewer": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/button": "file:../button", @@ -27803,7 +27803,7 @@ } }, "packages/@featherds/progress": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/styles": "file:../styles", @@ -27811,7 +27811,7 @@ } }, "packages/@featherds/protected-input": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/composables": "file:../composables", @@ -27821,7 +27821,7 @@ } }, "packages/@featherds/radio": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/composables": "file:../composables", @@ -27832,14 +27832,14 @@ } }, "packages/@featherds/ripple": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "vue": "^3.1.0-0" } }, "packages/@featherds/select": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/icon": "file:../icon", @@ -27852,7 +27852,7 @@ } }, "packages/@featherds/snackbar": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/styles": "file:../styles", @@ -27860,11 +27860,11 @@ } }, "packages/@featherds/styles": { - "version": "0.11.2", + "version": "0.12.1", "license": "UNLICENSED" }, "packages/@featherds/switch": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/styles": "file:../styles", @@ -27872,7 +27872,7 @@ } }, "packages/@featherds/table": { - "version": "0.11.2", + "version": "0.12.1", "license": "UNLICENSED", "dependencies": { "@featherds/composables": "file:../composables", @@ -27883,7 +27883,7 @@ } }, "packages/@featherds/tabs": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/composables": "file:../composables", @@ -27893,7 +27893,7 @@ } }, "packages/@featherds/textarea": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/input-helper": "file:../input-helper", @@ -27903,7 +27903,7 @@ } }, "packages/@featherds/tooltip": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/composables": "file:../composables", @@ -27914,10 +27914,10 @@ } }, "packages/@featherds/utils": { - "version": "0.11.2" + "version": "0.12.1" }, "packages/@featherds/vuepress-theme-featherds": { - "version": "0.11.2", + "version": "0.12.1", "license": "Apache-2.0", "dependencies": { "@featherds/app-bar": "file:../app-bar", diff --git a/packages/@featherds/autocomplete/src/components/__snapshots__/FeatherAutocomplete.spec.ts.snap b/packages/@featherds/autocomplete/src/components/__snapshots__/FeatherAutocomplete.spec.ts.snap index 9b6ac488..f5dc5d95 100644 --- a/packages/@featherds/autocomplete/src/components/__snapshots__/FeatherAutocomplete.spec.ts.snap +++ b/packages/@featherds/autocomplete/src/components/__snapshots__/FeatherAutocomplete.spec.ts.snap @@ -18,21 +18,28 @@ exports[`FeatherAutocomplete base functionality multi disabled state should rend id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -190,21 +197,28 @@ exports[`FeatherAutocomplete base functionality multi disabled state should rend id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -324,21 +338,28 @@ exports[`FeatherAutocomplete base functionality multi should lower label when th id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -457,21 +478,28 @@ exports[`FeatherAutocomplete base functionality multi should not leave previous id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -689,21 +717,28 @@ exports[`FeatherAutocomplete base functionality multi should raise the label whe id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -900,21 +935,28 @@ exports[`FeatherAutocomplete base functionality multi should show loading spinne id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -1077,21 +1119,28 @@ exports[`FeatherAutocomplete base functionality multi should show no results tex id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -1259,21 +1308,28 @@ exports[`FeatherAutocomplete base functionality single disabled state should ren id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -1411,21 +1467,28 @@ exports[`FeatherAutocomplete base functionality single disabled state should ren id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -1545,21 +1608,28 @@ exports[`FeatherAutocomplete base functionality single should lower label when t id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -1678,21 +1748,28 @@ exports[`FeatherAutocomplete base functionality single should not leave previous id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -1910,21 +1987,28 @@ exports[`FeatherAutocomplete base functionality single should raise the label wh id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -2061,21 +2145,28 @@ exports[`FeatherAutocomplete base functionality single should show loading spinn id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -2238,21 +2329,28 @@ exports[`FeatherAutocomplete base functionality single should show no results te id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -2420,21 +2518,28 @@ exports[`FeatherAutocomplete multi:specific chip selection should move chip sele id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -2631,21 +2736,28 @@ exports[`FeatherAutocomplete multi:specific chip selection should move chip sele id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -2842,21 +2954,28 @@ exports[`FeatherAutocomplete multi:specific chip selection should not move chip id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -3053,21 +3172,28 @@ exports[`FeatherAutocomplete multi:specific chip selection should not perform an id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -3264,21 +3390,28 @@ exports[`FeatherAutocomplete multi:specific chip selection should select rightmo id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -3555,21 +3688,28 @@ exports[`FeatherAutocomplete multi:specific chip selection should select the rig id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -3766,21 +3906,28 @@ exports[`FeatherAutocomplete multi:specific chip selection should should deselec id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -3976,21 +4123,28 @@ exports[`FeatherAutocomplete multi:specific selection limit should clear warning id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -4187,21 +4341,28 @@ exports[`FeatherAutocomplete multi:specific selection limit should display a war id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -4470,21 +4631,28 @@ exports[`FeatherAutocomplete multi:specific selection limit should display a war id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -4755,21 +4923,28 @@ exports[`FeatherAutocomplete multi:specific selection limit should display a war id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -5017,21 +5192,28 @@ exports[`FeatherAutocomplete multi:specific should hide/reset menu and clear tex id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -5149,21 +5331,28 @@ exports[`FeatherAutocomplete single:specific should close menu when enter is pre id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -5281,21 +5470,28 @@ exports[`FeatherAutocomplete single:specific should handle a null property on va id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
@@ -5432,21 +5628,28 @@ exports[`FeatherAutocomplete single:specific should show add new element when in id="feather-menu-trigger" role="combobox" > - - +
+
+ +
+
+
diff --git a/packages/@featherds/date-input/src/components/__snapshots__/FeatherDateInput.spec.ts.snap b/packages/@featherds/date-input/src/components/__snapshots__/FeatherDateInput.spec.ts.snap index cac7f063..ecd95a3e 100644 --- a/packages/@featherds/date-input/src/components/__snapshots__/FeatherDateInput.spec.ts.snap +++ b/packages/@featherds/date-input/src/components/__snapshots__/FeatherDateInput.spec.ts.snap @@ -14,21 +14,28 @@ exports[`FeatherDateInput.vue should render disabled 1`] = `
- - +
+
+ +
+
+
@@ -187,21 +194,28 @@ exports[`FeatherDateInput.vue should render disabled 1`] = `
- - +
+
+ +
+
+
@@ -487,21 +501,28 @@ exports[`FeatherDateInput.vue should render disabled 1`] = `
- - +
+
+ +
+
+
diff --git a/packages/@featherds/input-helper/src/components/InputWrapper.vue b/packages/@featherds/input-helper/src/components/InputWrapper.vue index cb6d7915..20ee57a3 100644 --- a/packages/@featherds/input-helper/src/components/InputWrapper.vue +++ b/packages/@featherds/input-helper/src/components/InputWrapper.vue @@ -1,14 +1,18 @@