Vue: Use multiple conditions in :disabled

Created on 23 Apr 2017  路  2Comments  路  Source: vuejs/vue

Version

2.2.6

Steps to reproduce

Use multiple conditions in ":disabled"

What is expected?

Disabled element

What is actually happening?

Not disabled element

Most helpful comment

^ this is expected behavior.

All 2 comments

true && false === false, :disabled="false"

^ this is expected behavior.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gkiely picture gkiely  路  3Comments

bfis picture bfis  路  3Comments

finico picture finico  路  3Comments

robertleeplummerjr picture robertleeplummerjr  路  3Comments

fergaldoyle picture fergaldoyle  路  3Comments