Native
Add the native form attributes disabled, readonly and required
to use native states with PAM forms.
                Default styling
              
            
                disabled
              
              
                makes a input field disabled.
              
              
                readonly
              
              
                puts a input to a read-only state.
              
              
                required
              
              
                marks a input control as required.
              
              Markup
<form pam-Form>
     <input type="text" placeholder="Input" value="[modifier]" [modifier]>
</form>