I am tring to generate input tag: ```html <input type="{{cond.field_type}}" placeholder="constant" value="{{cond.const}}" on:change="setCondConst(index, this)"> ``` but svelte plugin output: ``` 'svelte' plugin: 'type must be a static attribute ```
I am tring to generate input tag:
but svelte plugin output: