Open wopnuno opened 8 years ago
how is it wrapped? where is the input field placed? do you play with the bootstrap classes and input grouping containers?
'contentOptions' => ['style' => 'width:150px;'],
Setting unknown property: dosamigos\datepicker\DatePicker::contentOptions Error occurs when I add the code "'contentOptions' => ['style' => 'width:150px;']," .
have you tried with options
or containerOptions
? https://github.com/2amigos/yii2-date-picker-widget/blob/master/src/DatePicker.php#L54
Hello,
I'm using your datetime picker, but I'm trying to change the width of the field (because it's too big) and unfortunatelly I'm not suceeding.
Can you help me?
Thank you.