A user puts in a text into an input field (and the focus is in this input field). After a certain amount of time there is no possibility to input data anymore and I hide or disable the input field and want to show the user the input in a text field.
Dependent of the length of the input I want to show two different texts. However, the calculation of the length of the input text just works when the user clicks to any other object and unfocuses the input field. Is there any workaround to automatically unfocus the input field (also reset relevant input don’t work).