webcat12345 / ngx-intl-tel-input

Phone number input field to support international numbers, Angular
MIT License
213 stars 339 forks source link

Need an output event #374

Open egodefroy opened 3 years ago

egodefroy commented 3 years ago

An event such as (change)="change($event)" with event the value of the phone number would be very useful to control mandatory fields, easily get the value of the field or other situations

rgds

pasevin commented 3 years ago

Yes that would be useful, I mentioned how it would be useful in this situation as well: https://github.com/webcat12345/ngx-intl-tel-input/issues/350

egodefroy commented 3 years ago

@pasevin could also be useful to easily set the phone value with [number]="value"