Baptiste V
Baptiste V
### Steps to reproduce You can reproduce this **directly on the demo preview** : https://startbootstrap.com/previews/sb-admin-pro (Click in menu **UI Toolkit > Components > Forms > Date Range Picker**) ### Problem...
I'm facing this issue when trying to compile ios version of my Flutter app (it's an Objective-C project) with `flutter app build` I'm getting the following error: ``` The "Swift...
Let's take this example string : `This IS- a C/O/MPLEX STRING - look@THAT` According to regular slugifiers (https://slugify.online/), this string slugified should be `this-is-a-complex-string-lookthat` However, with default slugify(), it will...
**Is your feature request related to a problem? Please describe.** It would be fantastic if the library could support asynchronous calls before continuing to the next step. For instance, it...