Page MenuHomePhabricator

Basetemplate ignores type for searchInput
Closed, InvalidPublic

Description

Author: dasch

Description:
using makeSearchInput param type=text is ignored and not added to the input, so that input type for the search is not defined


Version: 1.21.x
Severity: normal

Details

Reference
bz45457

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:28 AM
bzimport set Reference to bz45457.
bzimport added a subscriber: Unknown Object (MLST).
TheDJ claimed this task.
TheDJ subscribed.

The reason for that is that the default (and implied) type of <input> is already text. It is therefor stripped on purpose.