Courtney Pitcher
Courtney Pitcher
### Description The file upload component is inconsistent with all other form components. All the others have a `disabled` property, this one does not. It would be useful to be...
### Description The typing was incomplete for the `TopNavigationProps.Identity.onFollow`, which caused my IDE to complain that the `href` in the following is invalid: { event.preventDefault(); navigate(event.detail.href); }, href: '/', title:...
Add this to [PyPi](https://pypi.org/). As far as I can tell There is nothing like this that exists on there. It will make it very easy for users to pull your...
I added the missing groupCheckboxes feature to GroupedLayerControl. Fixes #2200
**Is your feature request related to a problem? Please describe.** [leaflet-groupedlayercontrol supports groupCheckboxes](https://github.com/ismyrnow/leaflet-groupedlayercontrol?tab=readme-ov-file#advanced-usage), this would be useful to have implemented in Folium. **Describe the solution you'd like** Implementation of this...