lion/packages/ui/components/form-core/src
Hardik Pithva 9b92fa216e
fix(form-core): allow to use '_$isValidator$' instead of instanceof check (supporting multiple versions of Validator)
* fix(form-core): make use of `validatorName` and `type` to check validator instance

* fix(form-core): check for nullability for disabled prop

* fix: add `_$isValidator$` property to improve the check

* fix: disable dot notation to avoid the renaming for the prop during build/minification

* fix: disable dot notation to avoid the renaming for the prop during build/minification

* test: add check for _$isValidator$

* chore: catch edge cases in cem script

* chore: cleanup, docs, and add prop on ctor to be more unobtrusive

* chore: changeset

---------

Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
2024-11-12 13:28:08 +01:00
..
choice-group feat(form-core): add select and upload specific required messages 2024-03-06 15:52:36 +01:00
form-group fix(form-core): remove fieldset label from input-field aria-labelledby, add opt-in via data-label 2024-02-19 17:39:22 +01:00
registration chore: update portal url 2024-10-29 12:15:39 +01:00
utils fix(ui): improve test experience in dev-mode 2024-10-30 15:51:55 +01:00
validate fix(form-core): allow to use '_$isValidator$' instead of instanceof check (supporting multiple versions of Validator) 2024-11-12 13:28:08 +01:00
FocusMixin.js chore: test/lint/swc fixes + changeset providence 2023-11-09 11:38:39 +01:00
FormatMixin.js fix(ui): type requestUpdate 2022-11-22 19:29:37 +01:00
FormControlMixin.js fix(form-core): allow to use '_$isValidator$' instead of instanceof check (supporting multiple versions of Validator) 2024-11-12 13:28:08 +01:00
InteractionStateMixin.js fix(ui): type requestUpdate 2022-11-22 19:29:37 +01:00
LionField.js Feat/input file (#1881) 2023-06-06 11:30:43 +02:00
localizeNamespaceLoader.js fix: add translations to the type of validation message (#2226) 2024-06-17 09:28:51 +02:00
NativeTextFieldMixin.js feat: introduce wireit and ts use node16 resolution 2022-11-07 11:39:40 +01:00