Rename from Input Style to Input Variant

pull/5206/head
tugcekucukoglu 2024-02-02 16:31:32 +03:00
parent 46de15d7d2
commit 00060fc4b0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
</section>
<section class="py-4 flex align-items-center justify-content-between border-bottom-1 surface-border">
<span class="text-xl font-semibold">Input Style</span>
<span class="text-xl font-semibold">Input Variant</span>
<SelectButton :modelValue="inputStyle" @update:modelValue="onInputStyleChange" :options="inputStyles" optionLabel="label" optionValue="value" :allowEmpty="false" />
</section>