Skip to content

Commit 6f037a3

Browse files
committed
fix(select): select input should be readonly
1 parent 8e4e3cb commit 6f037a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/anu-vue/src/components/select/ASelect.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export const ASelect = defineComponent({
130130
<input
131131
{...slotProps}
132132
value={ selectedValue.value }
133+
readonly
133134
ref={selectRef}
134135
/>,
135136
}}

0 commit comments

Comments
 (0)