I am building some .factory forms with list:string types and took me a time 
to realize the enter key needed to add new strings. I think that this is 
confusing, since the enter key is used in other fields to submit the form. 
I guess that changing this behavior would break apps that were built that 
way. Maybe it's possible to add an alternative widget for accepting 
multiple strings in the same input box?. If I recall correctly, Massimo 
used a very nice widget for adding tags a the same place, but it belive 
it's not available by default.

El domingo, 15 de enero de 2012 14:33:15 UTC-3, howesc escribió:
>
> in the crud form you by default see a single input box for the list of 
> strings right?  type the first string, press enter, and a new input box 
> should appear, type the next string and so on.
>
> the default widget for list strings has a bunch of keyboard actions to 
> create the list items, but i found it not completely intuitive (i don't 
> have real constructive suggestions for it so i haven't said much about it 
> yet).
>
> cfh
>

Reply via email to