lion/packages/ui/components/form-core/test
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: support (multiselect) choice-groups with allow-custom-choice 2023-11-08 15:05:09 +01:00
form-group chore: rename ui/src to components 2022-10-31 16:55:07 +01:00
utils fix(ui): make compatible with latest playwright browsers 2023-11-08 19:01:21 +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.test.js fix(form-core) sync autofocus to focusable node 2023-04-14 13:39:05 +02:00
FormatMixin.test.js chore: rename ui/src to components 2022-10-31 16:55:07 +01:00
FormControlMixin.test.js fix(form-core): set aria-disabled next to the disabled attribute for NVDA screen reader 2024-02-19 16:00:19 +01:00
FormRegistrationMixins.test.js chore: rename ui/src to components 2022-10-31 16:55:07 +01:00
InteractionStateMixin.test.js chore: rename ui/src to components 2022-10-31 16:55:07 +01:00
lion-field.test.js chore(@lion/ui): all tests side effect free wrt localize 2023-02-01 16:06:30 +01:00
NativeTextFieldMixin.test.js chore: rename ui/src to components 2022-10-31 16:55:07 +01:00