CdTgr / vue3-q-tel-input

Vue 3 telephone input implemented over Quasar framework
MIT License
12 stars 14 forks source link

What will be the examples of props : dropdown-options #36

Closed subhra-sekhar closed 1 year ago

subhra-sekhar commented 1 year ago

Please provide an example of dropdown-options props. I have tried different options but cannot find proper solution.

Thank you

CdTgr commented 1 year ago

@subhra-sekhar I have updated the codepen with an example, also will add the same here.

<vue3-q-tel-input
  v-model:tel="tel"
  :dropdown-options="{ disable: true }"
/>

You can find the options in the quasar select component.

CdTgr commented 1 year ago

Closing this issue due to inactivity.

subhra-sekhar commented 1 year ago

Thank you.