Label props for Svelte Input

Any way to use out of the box label props similar to ListInput?

i.e.
Input(label=‘Form Name’ type=‘text’)

I’m having problem when wrapping filepond component using List. So I’m gonna use native form instead.

You have live example ?

@Hardik_G thanks for the respond i solved this by commenting

.list li {

    /* position: relative; */

    box-sizing: border-box;

  } 

It messes up fileponds filepreview plugin since filepond’s plugin uses “li” and “ul” tags

2 Likes