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
#29 β clearFiles() now accepts optional fileInputRef?: Ref<HTMLInputElement | null> to reset the HTML file input's DOM value in addition to the files list
Implement createIterableRef<T>() helper making files ref iterable for defineExpose / v-for usage
Add playground demo component and 5 unit tests for iterable ref