YiiBooster icon indicating copy to clipboard operation
YiiBooster copied to clipboard

Placeholder for input field in case of tabular input

Open dInGd0nG opened this issue 10 years ago • 0 comments

When creating multiple models in same form( tabular input) the placeholders are not showing correct attribute labels for example <?php echo $form->textFieldGroup($model,"[$i]name",array('widgetOptions'=>array('htmlOptions'=>array('maxlength'=>255)))); ?> the placeholder is rendered as [0]name

dInGd0nG avatar Aug 27 '14 15:08 dInGd0nG