bootforms
bootforms copied to clipboard
Access to builder
Hi,
There is a way to access to builder ? ( BootForm :: getBuilder() ) I need to build a select but only the select and your Form package is cool ;)
Do you actually want a plain unstyled select, or just not need the label? Could definitely add that method if needed!
i need an unstyled select BUT binded to current form.
If i add this to BasicFormBuilder, i think it's ok :
public function getBuilder() { return $this->builder; }
Yeah sure, throw up a PR so you get the credit and I'll happily merge :+1: