ux icon indicating copy to clipboard operation
ux copied to clipboard

A user experience framework with higher-level capabilities, designed to bring simplicity and elegance to building cross-device, rich experiences.

Results 78 ux issues
Sort by recently updated
recently updated
newest added

Otherwise blur closes the popup before an option receives the click

uses typed plugin as agreed in #299 fixes #300

A navigation drawer for layouts and app navigation. It would be nice if this can connect to the event aggregator to be able to toggle the drawers open or closed...

new component

**I'm submitting a bug report** * **Library Version:** 0.23.0 **Current behavior:** When using `` with `multiple` attribute the `change` event is not dispatched when the select value changes. **Expected/desired behavior:**...

I've got a pagination component which might be useful. Please consider adding it to the UX. ![pagination](https://user-images.githubusercontent.com/3712700/84330636-460a1c80-abcb-11ea-97d8-c63a7085fa32.gif)

It would be great to use `aurelia-typed-observable-plugin` in UX components. At the moment, whenever we need a boolean or a number property, a lot of plumbing code is needed to...

**I'm submitting a feature request** * **Library Version:** 0.14.1 * **Current behavior:** The typeChanged method of UXButton class doesn't allow a custom type value use. `if (newValue == null ||...

help wanted
good first issue

Currently the datepicker dialog is positioned using `position:fixed` which doesn't work correctly when used inside an absolute or fixed container. It would be better to use the positioningService. Or maybe...

import * as icons from '@aurelia-ux/icons/sets/full-array.min.json'; aurelia.use.plugin(PLATFORM.moduleName('@aurelia-ux/icons'), { icons }) This is my main.ts. I ran the instructions found in https://aurelia.io/blog/2020/03/02/aurelia-release-notes-march-2020/ Could anyone help me? Do I need to import...