Laurence Summers
Laurence Summers
Tweaked two lines in naturalSort.js so that it will look for a key called ".sortKey" and use that as a comparison value before falling back to comparing a/b itself. This...
**What issue does this pull request resolve?** Adds one new prop to force the input to use the specified case styling to keep new custom options in a consistent style....
**What issue does this pull request resolve?** Floating labels were added in Bootstrap 5, but are not supported in react-bootstrap-typeahead yet (part of issue #622) **What changes did you make?**...
**Is your feature request related to a problem? Please describe.** Say I have a controlled typeahead: ``` ``` Where `options` is: ``` [ { "_id": "63e273afd776024060b3750f", "name": "Banstead MRC", "organisationId":...
**_@turf/great-circle 6.5.0_** If the coordinates passed to `greatCircle` are the same it returns an array of NaNs. This has happened during a line animation along a `greatCricle`. The animation draws...