You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MtxSelectDefaultOptions allows, among other things, to modify the default texts of MtxSelect, however we can only set it once, so if our application allows to change the language at runtime we must resort to change the texts through the component inputs (which causes code duplication).
Proposed solution:
Add MtxSelectIntl to allow changing texts at runtime, in the same way that MtxDatetimepicker allows it through MtxDatetimepickerIntl.
As for MTX_SELECT_DEFAULT_OPTIONS, properties containing translations should be deprecated.
The text was updated successfully, but these errors were encountered:
Problem:
MtxSelectDefaultOptions
allows, among other things, to modify the default texts ofMtxSelect
, however we can only set it once, so if our application allows to change the language at runtime we must resort to change the texts through the component inputs (which causes code duplication).Proposed solution:
Add
MtxSelectIntl
to allow changing texts at runtime, in the same way thatMtxDatetimepicker
allows it throughMtxDatetimepickerIntl
.As for
MTX_SELECT_DEFAULT_OPTIONS
, properties containing translations should be deprecated.The text was updated successfully, but these errors were encountered: