I have a DateItem with useTextBox true and useMask true
since switching to using useMask true our users don't like that the text isn't initially selected on editor enter
I see that the functions selectValue() and setSelectionRange() only work with freeform, is there any way for me to select the value when useMask is true?
Thank you for your help
SmartClient version (available on lower left of Developer Console)
SmartClient Version: v11.0p_2017-02-16/Pro Development Only (built 2017-02-16)
since switching to using useMask true our users don't like that the text isn't initially selected on editor enter
I see that the functions selectValue() and setSelectionRange() only work with freeform, is there any way for me to select the value when useMask is true?
Thank you for your help
SmartClient version (available on lower left of Developer Console)
SmartClient Version: v11.0p_2017-02-16/Pro Development Only (built 2017-02-16)
Comment