<movu-text-input custom_type="password"></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>
{
  "textName": "Input Value",
  "className": "default-input",
  "errors": false
}
  • Handle: @text-input-password--default
  • Preview:
  • Filesystem Path: src/components/01elements/form-input/form-element/text-input-password/text-input-password.hbs

No notes defined.