[IMP] web: do not wait to select value of activated fields
Before this commit, fields were selected on activation (focus) but only after a setTimeout. This setTimeout is in fact not necessary. Removing it allows to test the selection in unit tests.
Loading
Please register or sign in to comment