2amigos / yii2-date-picker-widget

Bootstrap DatePicker Widget for Yii2
https://2amigos.us
Other
130 stars 77 forks source link

How to change the width of the field? #29

Open wopnuno opened 8 years ago

wopnuno commented 8 years ago

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.

tonydspaniard commented 7 years ago

how is it wrapped? where is the input field placed? do you play with the bootstrap classes and input grouping containers?

bloftd commented 7 years ago

'contentOptions' => ['style' => 'width:150px;'],

ghost commented 7 years ago

Setting unknown property: dosamigos\datepicker\DatePicker::contentOptions Error occurs when I add the code "'contentOptions' => ['style' => 'width:150px;']," .

tonydspaniard commented 7 years ago

have you tried with options or containerOptions? https://github.com/2amigos/yii2-date-picker-widget/blob/master/src/DatePicker.php#L54