Changes between Initial Version and Version 1 of Ticket #16304, comment 9


Ignore:
Timestamp:
Oct 15, 2012, 3:47:48 PM (12 years ago)
Author:
Łukasz Rekucki

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16304, comment 9

    initial v1  
    1 Is there any reason why this is added only to {{{CharField}}}? {{{placeholder}}} is more of a widget thing, so it shouldn't matter on what type of field I define it as long as I use a widget that can render it. Also, {{{placeholder}}} is also legal on {{{<textarea>}}} not only variations of {{{<input type="...">}}}.
     1Is there any reason why this is added only to {{{CharField}}}? {{{placeholder}}} is more of a widget thing, so it shouldn't matter on what type of field I define it as long as I use a widget that can render it. {{{placeholder}}} is also legal on {{{<textarea>}}} not only variations of {{{<input type="...">}}}.
Back to Top