intl-tel-input icon indicating copy to clipboard operation
intl-tel-input copied to clipboard

@types/intl-tel-input is not synced with intlTelInput.Options

Open Nedimko123 opened this issue 1 year ago • 6 comments

For example this: countrySearch Type: Boolean Default: false Add a search input to the top of the dropdown, so users can filter the displayed countries.

it's missing from the types inside your types intreface intlTelInput.Options There are some other options in there, so please sync them up

Nedimko123 avatar Jan 17 '24 12:01 Nedimko123

Using all the latest versions: "@types/intl-tel-input": "^18.1.4", "intl-tel-input": "^19.1.0",

Nedimko123 avatar Jan 17 '24 12:01 Nedimko123

I thought you guys mantained this package https://www.npmjs.com/package/@types/intl-tel-input , guess not, ehh, well for anyone wondering there are some other options that aren't mentioned in the types

Nedimko123 avatar Jan 17 '24 14:01 Nedimko123

I'd say let's leave this open until it gets fixed, so people know 👍

jackocnr avatar Jan 17 '24 14:01 jackocnr

I've just moved this project to Typescript (in v21.0.0), so types are now included automatically (see build/js/intlTelInput.d.ts).

jackocnr avatar Apr 02 '24 11:04 jackocnr