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
The setRangeText method should replace the selected text in the control and re-apply the mask. While it does update the underlying input's value, on subsequent clicks, it can be seen that the igc-date-time-input's value has not been updated, and reverts to the previous one.
Steps to reproduce
Call the setRangeText method on an IgcDateTimeInputComponent component, for example in the docs demo.
Result
Expected result
The updated input's value to be preserved, like for the igc-mask-input or the igc-input:
The text was updated successfully, but these errors were encountered:
Description
The
setRangeText
method should replace the selected text in the control and re-apply the mask. While it does update the underlying input's value, on subsequent clicks, it can be seen that theigc-date-time-input
's value has not been updated, and reverts to the previous one.Steps to reproduce
setRangeText
method on anIgcDateTimeInputComponent
component, for example in the docs demo.Result
Expected result
The updated input's value to be preserved, like for the
igc-mask-input
or theigc-input
:The text was updated successfully, but these errors were encountered: