Project

General

Profile

Actions

Feature #78999

closed

Add autocomplete attribute to TextfieldViewHelper

Added by Midhun Devasia over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
Start date:
2016-12-15
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

It would be nice if we could have the possibility to set the autocomplete attribute to the TextfieldViewHelper.

This attribute indicates whether the value of the input field can be automatically completed by the browser based on the user inputs to similar fields.

Possible values are:
off: The user must explicitly enter a value for every use. (Default)
on: The browser is allowed to automatically complete the value based on values that the user has entered during previous uses.

I made a patch related to this feature. Will push that commit, if this feature is relevant.


Files

Actions

Also available in: Atom PDF