Can I turn off autoselect/focus on first item in <USelectMenu>
My v-model is empty string at the beginning. When anybody click on select menu, the list of options is displayed and first option is automatically focused. On click outside this option is automatically selected even when user didn't explicitly clicked on it. That leads to many errors in my app.
Is there a way to turn this behavior off?
0 Replies