Skip to content

0.4.0

Compare
Choose a tag to compare
@pascalbaljet pascalbaljet released this 22 Aug 12:34
· 680 commits to main since this release
  • Form Components to rapidly build forms. It supports model binding and validation, includes default styling, and is still fully customizable! It integrates with Autosize to automatically adjust textarea height, Choices.js to make selects searchable and taggable, and Flatpickr to provide a powerful datetime picker.
  • Default data passed to <x-form> now requires the unguarded attribute when binding an Eloquent Model or Fluent instance. This is not necessary when using the new Form Components.