Skip to content

2.3.0

Compare
Choose a tag to compare
@inxilpro inxilpro released this 27 May 20:55
· 47 commits to master since this release

It's now possible to pass an array to asAlpineComponent() to add additional x-data values to the form:

{{ Aire::open()->asAlpineComponent(['foo' => 'bar']) }}

<div x-text="foo"></div>

Also, textarea components accept a autoSize() method that applies very simple auto size to contents behavior.