com.vaadin.flow.component.textfield.

Interface HasAutocapitalize

    • Field Detail

      • AUTOCAPITALIZE_ATTRIBUTE

        static final String AUTOCAPITALIZE_ATTRIBUTE

        Name of @{code autocapitalize} attribute.

        See Also:

        Constant Field Values

    • Method Detail

      • setAutocapitalize

        default void setAutocapitalize(Autocapitalize autocapitalize)

        Sets the Autocapitalize attribute for indicating whether the value of this component can be automatically completed by the browser.

        If not set, devices may apply their own default.

        Note: This is only supported by Chrome and Safari.

        Parameters:

        autocapitalize - the autocapitalize value, or null to unset

      • getAutocapitalize

        default Autocapitalize getAutocapitalize()

        Gets the Autocapitalize for indicating whether the value of this component can be automatically completed by the browser.

        Returns:

        the autocapitalize value, or null if not set