laravel-bootstrap-4-forms icon indicating copy to clipboard operation
laravel-bootstrap-4-forms copied to clipboard

Input group implementation

Open joserick opened this issue 4 years ago • 4 comments

  • Added bootstrap input group structure
  • Possibility to modify attributes in label tag
  • Placeholder effect in select tag
  • Support nested arrays as option groups in select tag
  • Remove label tag if it is null
  • Possibility of adding attributes to form-open
  • Added brackets to value of the "name" attribute for select tag with "multiple" attribute

More information about the methods of input group here

joserick avatar Apr 12 '20 08:04 joserick

@joserick Can you please document these changes on readme so they'll be available for everyone after MR is accepted?

jnbn avatar Apr 17 '20 18:04 jnbn

Of course, but since you mention about the documentation, I was thinking of enabling the wiki since having all the documentation in a only list in readme is very tedious to find a function.

The wiki of my "Fork" already has all the structured information but I don't know how to do a wiki "push", of course if this allow me.

joserick avatar Apr 17 '20 21:04 joserick

Oh thank you then. 👍

jnbn avatar Apr 17 '20 22:04 jnbn

Check this out, a proposition for values of filled element with "with"

https://github.com/dansleboby/laravel-bootstrap-4-forms/commit/feafd828e3c5fce6667f8572973919d53793441c

dansleboby avatar Apr 24 '21 05:04 dansleboby