<img width="271" alt="Screen Shot 2022-02-09 at 1 33 30 AM" src="https://user-images.githubusercontent.com/8845438/153043322-5f83d8b3-c380-47a4-a4c5-7bbff7aec063.png"> ``` <x-tel-input wire:model="test" id="phone"/> {{ $test }} ``` In Livewire ``` { public $test = '1234'; } ```