Dom Christie

Results 27 issues of Dom Christie

- Over 95% of devices support the input event, so we can safely remove that check. - The horizontal padding on Safari textareas only affects iOS versions

Removes the unnecessary call to update the clone textarea on `change`, since it should already have updated on the `input` event. It also exposes the `update` method to the jQuery...

To make it easier to support both npm and bower.

To highlight the differences between 0.x and 1.0

Re: #50 Could we auto-initialise the plugin on keydown rather than on DOM ready? Something like: ``` $(document).on('keydown.expanding', 'textarea.expanding', function() { var $this = $(this); if (!$this.expanding('initialized')) { $this.expanding(); //...

Add allowAction() to form button click handler

Closes #13 This pull request adds a simple customisation enhancement. It allows Nice Partials to provide a default options object to the parent view via `np`, and made accesible from...

This might be more of a component architecture issue, but I thought I'd throw it out there. Let's say we have the following Nice Partial for a card component: ```erb...

When using non-view-transition animations alone, there's a temporary flash of the new content before enter. Current solution is to use v2.1.0 (where view transitions are disabled by default)

bug

Follows a nice and similar pattern to React ARIA components, and improve integration with Tailwind via their [data attribute API](https://tailwindcss.com/docs/hover-focus-and-other-states#data-attributes) Deprecate in v2; remove in v3?