Vedad Burgic
Vedad Burgic
Tests added for the following arguments of BsModal: - size - position - scrollable - keyboard - backdropClose **TODO** later we can add tests for `transitionDuration` and `backdropTransitionDuration`. Fixes #1742
There is no feature inside mock-socket to delay connection of WebSocket. Add this functionality to SocketIO and WebSocket.
We miss test coverage for arguments supported by : - @transitionDuration - @backdropTransitionDuration
model yielded from form's Closes #1806
- [X] I have followed the [Your First Code Contribution section of the Contributing guide](https://github.com/themesberg/flowbite-react/blob/main/CONTRIBUTING.md#your-first-code-contribution) Update Datepicker onSelectedDateChanged signature to include isClearAction parameter #1366 ## Summary by CodeRabbit - **New...
- [X] I have searched the [Issues](https://github.com/themesberg/flowbite-react/issues) to see if this bug has already been reported - [X] I have tested the latest version ## Summary Currently, the Datepicker component...
Closes #172
To upgrade to Ember v6, we need to resolve the ember template-action deprecation present in the file below: addon/components/cp-panel/template.hbs `toggle=(component 'cp-panel-toggle' on-click=(action 'toggleIsOpen') isOpen=this.isOpen)` with: `toggle=(component 'cp-panel-toggle' on-click=this.toggleIsOpen isOpen=this.isOpen)` As...