Question
Deloitte Touche Tohmatsu India LLP
IN
Last activity: 31 May 2023 15:35 EDT
Need to capture blank space in UI and clipboard for text fields
Hi All
We have a text field in UI having on change event, postvalue action. The requirement of user is to capture blank space if entered before the digit like " 0" or " 6" but the blank space on the left of the digit gets trimmed due to post value and value saved on clipboard is 0 or 6.
Is there any way, we can capture and save the digit with blank space in clipboard as well like " 6".
Please note that its a 2 digit field.