Skip to content

Commit

Permalink
fix(input-select): fix cursor shows input is not allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Apr 15, 2023
1 parent 3ccaf39 commit 8706963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form-input-select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const inputValue = computed(() => {
const selectClazz = computed(() => {
const clazz = [
'dsq-form-input-select px-2 pb-1 pt-4 border-none w-full bg-inherit opacity-100 focus:outline-none cursor-not-allowed',
'dsq-form-input-select px-2 pb-1 pt-4 border-none w-full bg-inherit opacity-100 focus:outline-none cursor-pointer',
getThemeProperty(FORM_ELEMENT_SELECT_TEXT_COLOR_DEFAULT).value,
getThemeProperty(FORM_ELEMENT_SELECT_TEXT_SIZE_DEFAULT).value
]
Expand Down

0 comments on commit 8706963

Please sign in to comment.