-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LITE-30797 Adjustments in autocomplete #104
Conversation
() => model, | ||
(newValue) => { | ||
/* eslint-disable-next-line */ | ||
console.log('watch in select', newValue.value); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove this line
@@ -168,6 +168,16 @@ const getDisplayText = (item) => { | |||
if (props.optionTextFn) return props.optionTextFn(item); | |||
return item[props.propText]; | |||
}; | |||
|
|||
watch( | |||
() => model, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you need a function here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
await wrapper.setProps({ modelValue: '2' }); | ||
|
||
/* eslint-disable-next-line */ | ||
console.log('model value', modelValue); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this line
690e28c
to
52666db
Compare
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
No description provided.