문제

How can I make this textarea trigger an action when it loses focus?

{{textarea value=item.text}}

I'm guessing that there is a way to do it with custom views but I'm just not able to make sense of it yet.

도움이 되었습니까?

해결책

You could define your actions for those focus-in, focus-out, key-press, insert-new-line, enter view events.

{{textarea value=item.text focus-out="validate"}}

This documentation is missing.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top