Angh0r
Angh0r
NNuxt
Created by Angh0r on 5/13/2024 in #❓・help
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?
1 replies
NNuxt
Created by Angh0r on 4/24/2024 in #❓・help
Hover state only for table body rows
Hi. I know that rows are highlighted in selectable mode. But in my case I just want highlight rows on hover to help users scan trough data. I know I can add "hover:bg-somecolor-50" to ui: { tr: { base { } } } but it also affects table header. Is there a way to target only rows in table body?
4 replies