Normal Hint
Yes, HTML is allowed
'.html_safe %> <%= fae_input f, :vintage, input_class: 'slugger', helper_text: 'text input', dark_hint: 'Dark Hint
Yes, HTML is allowed
'.html_safe %> <%= fae_input f, :slug, helper_text: 'text input (populated from name and vintage)' %> <%= fae_input f, :intro, helper_text: 'texterea', markdown: true %> <%= fae_input f, :body, label: 'Body Content', wrapper_class: 'release_body-text_area--wrapper', input_class: 'release_body-text_area', helper_text: 'textarea', markdown_supported: true %> <%= fae_input f, :description, helper_text: 'texterea', markdown: true %> <%= fae_input f, :content, helper_text: 'texterea', html: true %> <%= fae_prefix f, :price, helper_text: 'prefix', prefix: '$', placeholder: '50.00' %> <%= fae_suffix f, :weight, helper_text: 'suffix', suffix: 'lbs' %> <%= fae_video_url f, :video_url, helper_text: "video url (default helper: Please enter your YouTube video ID. The video ID is between v= and & of the video's url. This is typically 11 characters long.)" %> <%= fae_input f, :featured, helper_text: 'checkbox' %> <%= fae_radio f, :on_stage, helper_text: 'radio vertical' %> <%= fae_radio f, :on_prod, type: 'inline', input_class: 'something', helper_text: 'radio Horizontal' %> <%= fae_datepicker f, :release_date, helper_text: 'datepicker' %> <%= fae_daterange f, [:show, :hide], label: 'Show/Hide', helper_text: 'daterange' %> <%= fae_input f, :created_at, as: :hidden %>