A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vuematerial/vue-material/commit/d026496 below:

Consider number `0` as hasValue (#1407) · vuematerial/vue-material@d026496 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -70,7 +70,7 @@

70 70

},

71 71

computed: {

72 72

stringValue () {

73 -

return this.MdField.value && this.MdField.value.toString()

73 +

return (this.MdField.value || this.MdField.value === 0) && this.MdField.value.toString()

74 74

},

75 75

hasCounter () {

76 76

return this.mdCounter && (this.MdField.maxlength || this.MdField.counter)

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4