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

Fix numeric 0 input #105

Merged
merged 1 commit into from
Jun 20, 2017
Merged

Fix numeric 0 input #105

merged 1 commit into from
Jun 20, 2017

Conversation

iwan-wijaya
Copy link
Contributor

Issue: #104

@@ -109,9 +109,7 @@
},
data() {
return {
// This is necessary because, for some reason, textarea
// returns undefined if there's no v-model or value.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rafaelpimpa I can't reproduce this problem

// This is necessary because, for some reason, textarea
// returns undefined if there's no v-model or value.

I've tested textarea type and it seems to be working fine.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me test this again before merging, it was a pretty weird behavior if I remeber correctly.

@iwan-wijaya iwan-wijaya changed the title Fix #104 Fix numeric input Jun 16, 2017
@iwan-wijaya iwan-wijaya changed the title Fix numeric input Fix numeric 0 input Jun 16, 2017
@rafaberaldo rafaberaldo merged commit d5cfbd2 into buefy:dev Jun 20, 2017
@rafaberaldo
Copy link
Member

Thanks a lot

kikuomax added a commit to kikuomax/buefy that referenced this pull request Sep 19, 2023
- Fixes the unit tests that started failing due to the changes on how to
  programmatically open components: `Loading`, `Modal`, and `Toast`.
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

2 participants