kgierke / formkit-inputs

Collection of inputs for FormKit.
https://kgierke.github.io/formkit-inputs/
MIT License
13 stars 1 forks source link

Can't be used with @formkit v1.0.0-beta.9 #11

Closed alvaro-canepa closed 2 years ago

alvaro-canepa commented 2 years ago

After upgrade to beta-9 I can't start the application. image

Breaking changes

Composables from @formkit/inputs have been replaced with "sections". This should only affect users who were creating their own inputs from pre-existing composables.

Composable useSchema require a function as first param.
Can you fix it or tell how to do that and I can make a PR?.

Thanks

kgierke commented 2 years ago

Hi, thanks for the report, I'll gonna have a look at it tomorrow morning.

kgierke commented 2 years ago

This issue should be fixed with version 0.3.3. Please be aware depending on the version you used before, that I changed the single image input behaviour to only return a string as value instead of an object.

alvaro-canepa commented 2 years ago

Great @kgierke many thanks, I will update!