Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
PengYYYYY committed Jun 27, 2022
1 parent e46b62e commit 2ef309d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascader/cascader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default defineComponent({
{...(props.selectInputProps as TdSelectInputProps)}
onInputChange={(value) => {
if (!isFilterable) return;
setInputVal(value);
setInputVal(`${value}`);
}}
onTagChange={(val: CascaderValue, ctx) => {
handleRemoveTagEffect(cascaderContext.value, ctx.index, props.onRemove);
Expand Down

0 comments on commit 2ef309d

Please sign in to comment.