Skip to content
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

Vue: Allow empty string values in common render proxy events #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

acstll
Copy link

@acstll acstll commented Aug 20, 2020

Currently, when using Vue's v-model on an input, deleting all input's content at once will get you [object Object]. This PR should fix that.

image

@acstll acstll changed the title Allow empty string values in common render proxy events Vue: Allow empty string values in common render proxy events Aug 27, 2020
@acstll
Copy link
Author

acstll commented Sep 8, 2020

…in the case of a checkbox where the event.detail.value can be false it also fails, this PR fixes that too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant