PreferencesFormΒΆ

/libs/granite/ui/components/foundation/authorizable/preferencesform

A form component that set the action to path of preferences resource (UserPropertiesService.PREFERENCES_PATH) of the current user. The value of the method attribute of this form is always post.

It has the following content structure:

granite:AuthorizablePreferencesForm
  1. granite:commonAttrs
  2. granite:renderCondition
enctypestring

The enctype attribute.

targetstring

The target attribute.

autocompletestring

Indicates if input elements can by default have their values automatically completed by the browser.

See also MDN documentation regarding autocomplete attribute.

novalidateboolean

The novalidate attribute to indicate that the form is not to be validated when submitted.