Skip to content

Commit

Permalink
fix: add disabled prop to mention input component (#2723)
Browse files Browse the repository at this point in the history
Co-authored-by: shixinzhu <[email protected]>
  • Loading branch information
4xii and shixinzhu authored Oct 13, 2023
1 parent 296c540 commit 309ea8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-vue/components/mention/mention.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ export default defineComponent({
ref={inputRef}
allowClear={props.allowClear}
modelValue={computedValue.value}
disabled={mergedDisabled.value}
onInput={handleInput}
onClear={handleClear}
onFocus={onFocus}
Expand Down

0 comments on commit 309ea8a

Please sign in to comment.