Ahmed Khattab
Ahmed Khattab
So. I was in the process of upgrading both tailwind and this package. After upgrading i found out that on pages where the `body` tag has no classes attached to...
This addresses a PR made by me. You can see the PR here. https://github.com/excid3/tailwindcss-stimulus-components/pull/71. I've realised that the logic for calling `toggle#show` and `toggle#hide` is somewhat wrong with the spirit...
Updates various controllers to use the newly introduced Values and Classes API. Controllers affected are - Modal - Dropdown - Popover - Tab To not introduce breaking changes. I still...
addresses https://github.com/excid3/tailwindcss-stimulus-components/issues/93. - close the dropdown when `escape` key is pressed. - support `ArrowUp` and `ArrowDown` keyboard events. - Perform a circular arrow navigation, when `ArrowDown` is pressed, if at...
#### Expected behavior vs actual behavior So, we want to have the key `object` to be present in the response of the serializer. However, since object is defined as `attr_accessor...
This was opened in https://github.com/basecamp/trix/pull/855 but seems abandoned since the migration from CoffeeScript to JavaScript. Adds support for specifying a `className` option to custom text attributes. ```js Trix.config.textAttributes.background = {...
We're using this library and when the IPInfo API returns a 503 response, the handler for IPInfo raises an error because the return from the API is not a JSON,...