Closed
Description
I got a (wrong) typescript error for placeholder attribute.
<Textbox
v-if="isTextbox"
:id="data.columnKey"
:key="index"
v-model="record.value.proposal"
:placeholder="record.value.released"
:name="data.columnKey"
:label="label(record)"
class="col-span-full"
/>
It should be possible to tell typescript via @ts-ignore or @ts-expect-error to skip these errors