data-length for input
Closed this issue · 1 comments
devmrh commented
cant we use this option in our input fields?
i tryied somthing like
<?= $form->field($model, 'req_title')->textInput(['data-length' => 20]); ?>
but length not show why ?
MacGyer commented
Sorry, I don't understand what your problem is.
What are you trying to do?
What is the expected result?
What is the actual result?