kgierke / formkit-inputs

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

Allow string value for single image input #9

Closed kgierke closed 2 years ago

kgierke commented 2 years ago

If the input doesn't allow for multiple files it shouldn't be an array. Instead the input value should be a string representing the image url or a file object.