kyybo

Results 3 comments of kyybo

Hi, @melloware @silviagreen The 'addLocale' function, import from "primereact/api", can receive options which are of type 'LocaleOptions' (define here https://github.com/primefaces/primereact/blob/master/components/lib/api/api.d.ts) But the interface LocaleOptions is missing a lot of options...

> @msalihaltun it appears PrimeVue is the same way: https://primevue.org/tieredmenu/ > > It was done as part of ARIA accessibility and keyboard support: https://primereact.org/tieredmenu/#accessibility > > See #5657 @melloware @msalihaltun...

Hello there ! If anyone is looking for a simple solution, waiting for a PrimeReact fix, this CSS should do the work : `#your_tieredmenu_id li:hover>ul { display: block !important; top:...