79140185

Date: 2024-10-30 08:15:08
Score: 0.5
Natty:
Report link

v-autocomplete takes the same menu-props as v-menu and so we can specify the option close-on-content-click to get this behavior!

    <v-autocomplete
       ...,
       :menu-props="{closeOnContentClick:true}"
    >
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Wesley Cheek