<movu-text-input custom_type="password" custom_class="default-input error-input" error_message="Message"></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>
{
  "custom_class": "default-input error-input",
  "error_message": "Message"
}
  • Handle: @text-input-password--with-error-message
  • Preview:
  • Filesystem Path: src/components/01elements/form-input/form-element/text-input-password/text-input-password.hbs

No notes defined.