We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Input Disabled in Volt

How do make this html syntax in volt

  <input type="text" name="lname" disabled>

{{ text_field('lname') }} ???



16.1k
Accepted
answer
edited Aug '15
{{ text_field('lname', "disabled" : true) }}