MacGyer/yii2-materializecss

data-length for input

Closed this issue · 1 comments

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 ?

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?