John Rix

Results 11 issues of John Rix

The following causes the headings to become invisible: Name A A Removing the ng-if restores them.

Replaced k-list and k-list-item tags with k-item and k-items, per latest Kirby UI Kit. (Also upgrade parcel-bundler dependency to address some vulnerabilities.)

Mutation response handling seems to currently assume the result is just an instance of the object type being updated. This does not, for example, allow the flexibility to implement a...

If using onHover, tapping a menu item on a touchscreen results in the menu group opening and then immediately closing. You have to tap it a second time for the...

In addition to a time picker, I have a need for a duration picker (for my purposes, just hours and minutes, though it would be generally useful to support all...

Is there a way to have the time picker set the ng-model value to the string formatted timestamp, rather than as a JavaScript Date object?

When switching between months on the mpdCalendar directive (using the angle bracket icons), IE11 throws the above error on the following line in the mdpCalendar directive: animElements[i].addClass(direction);

Included new Material Design template, triggered by inclusion of 'dms-md' attribute. Also added 4 new options (see updated README.md). Please note, I haven't updated the .min.js file... all attempts have...

I want to reset both flags on a single model instance when persisting it to a back-end database. (Presently, I'm using the Vuex ORM GraphQL plugin for the latter purpose,...