@skyux/forms 13.6.1 → 13.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/skyux-forms.mjs +2 -2
- package/fesm2022/skyux-forms.mjs.map +1 -1
- package/index.d.ts +2 -2
- package/package.json +9 -9
package/fesm2022/skyux-forms.mjs
CHANGED
|
@@ -504,9 +504,9 @@ const SKY_FORM_ERRORS_ENABLED = new InjectionToken('SKY_FORM_ERRORS_ENABLED');
|
|
|
504
504
|
|
|
505
505
|
/**
|
|
506
506
|
* Displays default and custom form field error messages for form field components.
|
|
507
|
-
* Set `labelText` on the
|
|
507
|
+
* Set `labelText` on the `SkyInputBoxComponent` to automatically display required,
|
|
508
508
|
* maximum length, minimum length, date, email, phone number, time, and URL errors.
|
|
509
|
-
* To display custom errors, include sky-form-error elements in the
|
|
509
|
+
* To display custom errors, include `sky-form-error` elements in the `SkyInputBoxComponent`.
|
|
510
510
|
*/
|
|
511
511
|
class SkyFormErrorComponent {
|
|
512
512
|
get dataErrorName() {
|