0👍
It looks like, the defined strings for not include the button is defined by the vendor and the values are not the values, Javascript converts to a falsy value, because all values are strings and not own types, like in Javascript.
From documentation:
If
isButtonDisabled
has the value ofnull
,undefined
, orfalse
, thedisabled
attribute will not even be included in the rendered<button>
element.
- [Vuejs]-Dragging and dropping incorrect item from array
- [Vuejs]-Flexible layout with hide/show of panel
Source:stackexchange.com