Skip to content

Commit

Permalink
- fix: distinguish checkbox from radio (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamed committed Aug 12, 2018
1 parent a0d9ebd commit 28e4476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PrettyInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
this.default_mode = true;
if (this._indeterminate)
this.$refs.input.indeterminate = true;
this.$el.setAttribute(`p-${this._type}`, '');
},
methods: {
Expand Down

0 comments on commit 28e4476

Please sign in to comment.