Skip to content
This repository has been archived by the owner on Feb 26, 2018. It is now read-only.

Access to builder #87

Open
Erwane opened this issue Jan 19, 2016 · 3 comments
Open

Access to builder #87

Erwane opened this issue Jan 19, 2016 · 3 comments

Comments

@Erwane
Copy link

Erwane commented Jan 19, 2016

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 ;)

@adamwathan
Copy link
Owner

Do you actually want a plain unstyled select, or just not need the label? Could definitely add that method if needed!

@Erwane
Copy link
Author

Erwane commented Jan 19, 2016

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;
    }

@adamwathan
Copy link
Owner

Yeah sure, throw up a PR so you get the credit and I'll happily merge 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants