FriendsOfCake / bootstrap-ui

CakePHP: Transparently use Bootstrap
MIT License
340 stars 146 forks source link

selectbox not using bootstratp-ui #382

Closed tgoeminne closed 1 year ago

tgoeminne commented 1 year ago

Strange problem use ->find('treeList') then $this->Form->control()

And it shows the html without the bootstrap ui template...

All the other fields work fine...

tgoeminne commented 1 year ago

Ok I had written $this->form->control instead of this->Form->control apparently you can use both.... but the small letter will not use the bootstrap version