A set of Blade components to rapidly build forms with Tailwind CSS (v1.0 and v2.0) and Bootstrap 4/5. Supports validation, model binding, default values, translations, Laravel Livewire, includes default vendor styling and fully customizable!
When I tried to validate the input, form-input didn't show any error message. So, I checked up the HTML and it shows that the error message are placed outside the input-group class
When I tried to validate the input,
form-input
didn't show any error message. So, I checked up the HTML and it shows that the error message are placed outside theinput-group
classwhich should be inside it, or more precisely placed below the input