Data Binding
You can bind your Data Properties and HTML elements within your Template using wire:model.
See the wire:model page for the available modifiers and various uses.
When Data Properties are updated using wire:model, CBWIRE has several lifecycle methods you can hook into such as onUpdate(), and onUpdate[PropertyName]().
More details can be found under Lifecycle Methods.
Last updated