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
The VAutocomplete component (and perhaps others) support a property closable-chips that adds the closable properties to all chips, if chips is enabled.
While VFileInput supports chips as an options, closable-chips is not supported, meaning that there's no pretty built-in solution to remove a single file from a file input for the end user.
Proposed solution
Pretty much just adding closable-chips to the VFileInput component and having it pass closable down to all chips much like in the various select components.
The text was updated successfully, but these errors were encountered:
Problem to solve
The VAutocomplete component (and perhaps others) support a property
closable-chips
that adds theclosable
properties to all chips, ifchips
is enabled.While VFileInput supports
chips
as an options,closable-chips
is not supported, meaning that there's no pretty built-in solution to remove a single file from a file input for the end user.Proposed solution
Pretty much just adding
closable-chips
to the VFileInput component and having it passclosable
down to all chips much like in the various select components.The text was updated successfully, but these errors were encountered: