Benjamin Canac
|
7008df0988
|
fix(FormGroup): size were invalid since default has been removed
Bug introduced in c59595f2c6
|
2023-09-07 15:13:47 +02:00 |
|
Romain Hamel
|
dc1979cae1
|
fix(FormGroup): missing imports (#470)
|
2023-07-31 16:11:24 +02:00 |
|
Benjamin Canac
|
c59595f2c6
|
fix(FormGroup): set size default to null
This prevents passing a `size` prop when not specified, especially when having a Checkbox, Radio, etc. underneath that don't support this prop.
|
2023-07-31 15:42:54 +02:00 |
|
Romain Hamel
|
a3aba1abad
|
feat(Form): new component (#439)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-31 15:22:14 +02:00 |
|
Benjamin Canac
|
93aebe6fc6
|
fix(FormGroup): err when no prop defined
|
2023-07-30 14:53:48 +02:00 |
|
henrycunh
|
d2a8a07a21
|
feat(FormGroup): add size prop and theme options (#391)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
|
2023-07-24 19:36:58 +02:00 |
|
Benjamin Canac
|
6be9290f68
|
fix(FormGroup): prevent overriding color of children
Resolves #352
|
2023-06-27 15:17:53 +02:00 |
|
Benjamin Canac
|
5e50eb9eb8
|
fix: use cloneVNode when altering props in render functions
Resolves #252
https://vuejs.org/api/render-function.html#clonevnode
|
2023-06-05 11:17:31 +02:00 |
|
Benjamin Canac
|
a96dc19215
|
fix(FormGroup): missing h import from vue
Resolves #236
|
2023-05-27 12:02:51 +02:00 |
|
Benjamin Canac
|
9ce531a06f
|
feat!: handle color states on form elements (#234)
|
2023-05-26 22:07:49 +02:00 |
|