primefaces-extensions / primefaces-extensions

PrimeFaces Extensions
MIT License
111 stars 110 forks source link

InputPhone: SVG flags #1615

Closed djmj closed 1 month ago

djmj commented 1 month ago

Describe the feature you would like to see added

SVG flags would enhance render quality of the component and there are some githubs out there which could be used:

https://flagicons.lipis.dev/

Configurable?

In case an application already has flag icons accesible via CSS they could reuse them if they are made configurable with a JSF "context-param" like:

`

primefaces.extension.inputPhone.flags de=my-flag-de,us=my-flag-us

`

Is your feature request related to a problem?

No response

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

melloware commented 1 month ago

Not sure whether this needs to be done by InputPhone itself @jepsar ?

Not sure if PFE can replace the flags.

jepsar commented 1 month ago

It would be best if the third party would implement this. @djmj please open a ticket at https://github.com/jackocnr/intl-tel-input

jepsar commented 1 month ago

See also https://github.com/jackocnr/intl-tel-input/issues/1605