Closed Okipa closed 5 years ago
Replace the ->icon() method by ->prepend() and ->append() that will accept a string or a closure as argument.
->icon()
->prepend()
->append()
If nor ->prepend() either ->append() are called, purify generated html from input-group elements.
input-group
Done in https://github.com/Okipa/laravel-bootstrap-components/pull/15
Replace the
->icon()
method by->prepend()
and->append()
that will accept a string or a closure as argument.