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/bad0b77 below:

Fix selection when value is empty string · vuematerial/vue-material@bad0b77 · 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

@@ -39,7 +39,7 @@

39 39

return this.MdOptgroup.disabled || this.disabled

40 40

},

41 41

key () {

42 -

let isSet = (this.value || this.value === 0)

42 +

let isSet = (this.value || this.value === 0 || this.value === '')

43 43

return isSet ? this.value : this.uniqueId

44 44

},

45 45

inputLabel () {

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