John Leider

Results 34 issues of John Leider

## Description ## Markup: ```vue ```

T: feature
labs
C: VFeatureDiscovery

## Description ## Markup: ```vue import { ref } from 'vue' const no = ref(false) const yes = ref(false) ```

T: feature
E: transition

Apparently this will break Vue vapor mode. I removed it's usage in layout and group and everything seems to still work fine. Docs are a bit jacked up but that...

T: enhancement
E: group
E: layout
vapor

allows setting a custom value to use on clear resolves #4144 ## Description ## Markup: ```vue {{ select1 }} {{ select2 }} {{ auto1 }} {{ auto2 }} import {...

T: feature
C: VField
labs