YieldStudio / nova-phone-field

Nova Phone Number field with a dynamic mask based on the country code inserted by the user.
Other
6 stars 4 forks source link

Fix dependsOn #9

Open nikolai-vysotskyi opened 5 months ago

nikolai-vysotskyi commented 5 months ago

I check this and dniccum/nova-phone-number repos and have dniccum/nova-phone-number/#68 issue

I like using this repo, so we also need to replace FormField with DependentFormField and field with currentField in Vue Component for use dependsOn in Nova 4

Here's the manual: https://nova.laravel.com/docs/customization/fields.html#dependent-form-field

Please accept, this is an important feature