Relative Content

Tag Archive for reactjsreact-hooksprimereact

Add footer to `ListBox` in Primereact

I’m implementing a list box that contains input checkboxes as list items and now I want to append a footer to it to show the number of selected checkbox (ones that are checked). The current code is using the PrimeReact’s Listbox component, however, the API doesn’t offer anyway to add such custom footer, and now I’m thinking about a way to extend the component with footer.