Olli R
Olli R
Hi, I created a custom provider, and noticed that the plugin works different from what I'd expect. ## Situation 1. When I type a query "a", and get results displayed...
Currently it's impossible to customize the text input that the component wraps. Customizing the text input would allow users to change the `type` attribute or set the input's `id` (currently...
This PR replaces the `_onCloseButtonClick()` call on initialization with `close()` according to `[email protected]` breaking changes. Leaflet's `Popup` API internals were reorganized according to their [changelog](https://github.com/Leaflet/Leaflet/releases/tag/v1.8.0): > * Reorganize DivOverlay/Popup/Tooltip APIs
### Prerequisites - [X] I have read the [documentation](https://react-jsonschema-form.readthedocs.io/) ### What theme are you using? core ### Is your feature request related to a problem? Please describe. For backward compatibility's...
This pull request makes this library to use the host packages leaflet dependency. It's explained quite well here why plugins should use peer dependencies for the libraries they are targetting...
This pull request allows giving opacity to the marker. Leaflet API allows giving opacity to markers, so it should be possible to implement opacity with this library.