Re: Multiple text input

7.10.2016, 3:49, Andrea Rendine wrote:
>
> Has it ever been discussed whether to implement the `multiple` 
> attribute on text form controls? If not, why?
>

You mean <input type=text multiple>? What would it mean, and what would 
be achieved? If it means that there is (somehow) an unlimited number of 
text input boxes, under the same name, distinguished with some index 
number, it could be used to input any number of text input lines. But 
<textarea> does that in a simpler manner (requiring different processing 
in form data handling, but not more complicated).

-- 
Yucca, http://www.cs.tut.fi/~jkorpela/

Received on Friday, 7 October 2016 07:43:15 UTC