kartik-v / yii2-widget-timepicker

Enhanced Yii2 wrapper for the bootstrap timepicker plugin (sub repo split from yii2-widgets).
Other
41 stars 12 forks source link

Inline TimePicker Widget #2

Closed Scentyoo closed 9 years ago

Scentyoo commented 9 years ago

Is it possible to display the TimePicker-Widget inline? Especially for mobile applications/webpages it would be very nice if I don't have to press the time-button for the widget to appear.

timepicker

kartik-v commented 9 years ago

The widget currently uses the bootstrap-timepicker plugin that does the rendering. This would need the plugin code to be changed - so its better if this could be raised with plugin author.

Scentyoo commented 9 years ago

Ok, I'll try. Thanks! Great work anyway ;-)