YiiBooster
YiiBooster copied to clipboard
Placeholder for input field in case of tabular input
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