<movu-text-input custom_type="password" disabled></movu-text-input>
<movu-text-input
  custom_type="password"
  {% if disabled %} disabled{% endif %}
  {% if placeholder %} placeholder="{{ placeholder }}"{% endif %} {% if custom_class %} custom_class="{{ custom_class }}" {% endif %} {% if message %} message {% endif %} {% if error_message %} error_message="{{ error_message }}" {% endif %} {% if value %} value="{{ value }}" {% endif %}></movu-text-input>
{
  "disabled": true
}
  • Handle: @text-input-password--disabled
  • Preview:
  • Filesystem Path: src/components/01elements/form-input/form-element/text-input-password/text-input-password.hbs

No notes defined.