You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we don't need the active background when active. For example, if you click on a button to open a menu in Android, but the background of the button remains transparent.
Or if the menu already has an ✓ icon, or the text color changes to colorPrimary, you don't need the background color, like in VListGroup.
Proposed solution
Put the active-background property in VBtn, VListItem, VList, it's type is boolean, the role is to enable the background when active
The text was updated successfully, but these errors were encountered:
Jesse205
changed the title
[Feature Request] VList and VBtn support to close the background color when the menu is opened or the item is selected
[Feature Request] VListItem and VBtn support to close the background color when the item is active
Sep 18, 2024
Problem to solve
Sometimes we don't need the active background when active. For example, if you click on a button to open a menu in Android, but the background of the button remains transparent.
Or if the menu already has an
✓
icon, or the text color changes tocolorPrimary
, you don't need the background color, like inVListGroup
.Proposed solution
Put the
active-background
property inVBtn
,VListItem
,VList
, it's type isboolean
, the role is to enable the background when activeThe text was updated successfully, but these errors were encountered: