-
Notifications
You must be signed in to change notification settings - Fork 134
Creating element without label #54
Comments
Yeah - the package tries to be smart and sort out a label for you. Not a bad idea to have an option to create an input without an input. Happy to take a look at any PRs that implement this. |
I would like to look into this, I've setup the repo how are we supposed to test it? |
|
Thanks, no tests for fields (only open/close forms) ? |
Looks like it, the test suite can do with some work, I never got around to implementing it completely. |
Ok, well I've sent a pull request with no label options for you to take a look at. |
Is it possible to create a text element without a label? I've tried setting the value to null and '' but the label is still created.
BootForm::text('amount', null, '14.50);
The text was updated successfully, but these errors were encountered: