Released version 1.1.0
Changes:
- New
phx-focusandphx-bluroptions. You can use these options to specify events to be sent to the parent LiveView/LiveComponent when the text input receives or loses focus. See the cheatsheet for a couple usage examples. - The
live_select_changeevent is now sent directly from the JS hook instead of playing ping-pong between client and server. This saves a round-trip and should reduce response times. - The component now expects a single
fieldassign of typePhoenix.HTML.FormFieldinstead of separate form and field assigns (which is still supported but soft-deprecated with a warning)
Thanks to all who provided feedback!






















