protected function boot()
 {
     parent::boot();
     $this->setAttributes(['class' => 'datetimepicker']);
     $this->getGroup()->setSettings(['fieldCol' => 'col-md-3']);
 }
Example #2
0
 protected function boot()
 {
     parent::boot();
     $this->setAttributes(['class' => 'datepicker']);
 }
Example #3
0
 protected function boot()
 {
     parent::boot();
     $this->setAttributes(['class' => 'slugify']);
 }