Skip to content

Don't use forceActiveFocus to set search field focus

Arjen Hiemstra requested to merge work/ahiemstra/clipboardfocus into master

Instead just set the right focus properties so that we are actually declaring what we want instead of bypassing all the focus mechanisms.

This also fixes default focus when using a virtual keyboard.

Merge request reports