fix: improved textarea-description Formly wrapper and renamed it to maxlength-description
compatibility to be used together with description wrapper
required maxLengthprops now
props key to provide an alternative translation key was changed from customDescription to maxLengthDescription
feat: introduce labelNoTranslate and titleNoTranslate flag to prevent Formly field label translation
available for form-field-horizontal and form-field-checkbox-horizontal Formly wrappers
removed left over usage of to. access in Formly templates, used props. instead
added documentation for new flags
fix: Formly 'ish-select-field' select box does not display updated model value correctly
the translate extension sets the selected option to the first option instead of the one representing the model value when updating the model dynamically
PR Type
[x] Bugfix [x] Feature
fix: improved
textarea-description
Formly wrapper and renamed it tomaxlength-description
description
wrappermaxLength
props
nowprops
key to provide an alternative translation key was changed fromcustomDescription
tomaxLengthDescription
feat: introduce
labelNoTranslate
andtitleNoTranslate
flag to prevent Formly field label translationform-field-horizontal
andform-field-checkbox-horizontal
Formly wrappersto.
access in Formly templates, usedprops.
insteadfix: Formly 'ish-select-field' select box does not display updated model value correctly
Does this PR Introduce a Breaking Change?
BREAKING CHANGES: The Formly wrapper
textarea-description
was renamed tomaxlength-description
(see Migrations / From 5.1 to 5.2 for more details).[x] Yes
Other Information
AB#97218