Skip to content

Conversation

@lholznagel
Copy link
Contributor

I added a ability to enable and disable a Dropdown.

The disabled Parameter is one time binding and disable is to change it dynamically. I don´t think that my solution is the best one but it was the only solution I know. Maybe you know a better solution?

The only other solution I would think of is that there is only to use the dynamically method but then you have to set it every time in the Code.

Greetz

@jspdown
Copy link
Member

jspdown commented Jun 1, 2015

Sorry for the delay, I'm really busy currently.
I'll maybe review that on Wednesday.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could just replace @ by a = for disabled, isn't it ?

@jspdown
Copy link
Member

jspdown commented Jul 7, 2015

The dynamic method provide all we need. Keep the name disabled but set it up as a bi-directional binding should be enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants