Patch Changes
-
#2285
3cb0ab3Thanks @alexkaduk! - FixinvalidTextproperty not being applied to ix-date-input and ix-time-input when internal validation fails.The
invalidTextproperty now correctly takes precedence over the i18n error messages when both are set. Previously, the i18n message would always be shown for internal validation errors (unparsable dates/times or min/max violations), ignoring the user's custominvalidText.Fixes #2183.
-
#2284
9cb98daThanks @lzeiml! - Fixed an issue in ix-time-picker where focusing numbers would scroll the page outside the component container.Fixes #2138
-
#2214
4dbed06Thanks @nuke-ellington! - Update counter pill background for ix-tab-item.