Johan Frykten Gache

Results 10 issues of Johan Frykten Gache

Hello! This is linked to my proposal in #317 . So I changed the allowBlank's check for the date validator to Ember's util `isEmpty`, as per the ones in the...

Heya! I tried to follow the discussion from which birthed the current date validator, but I couldn't find an answer: why do you not allow empty strings `''` in this...

Hello! We have the use-case where we'd like the same selection as the checkboxSelectionMode="multiple" but on the row, meaning being able to click on a first row, selecting it, clicking...

Hello! When using the ranged selection (shift key pressed), on the first try, nothing is selected. When looking at the code, the culprit is quite obvious: ``` if (range) {...

Hello! I am doing very basic and naive testing to see if this addon could be useful for our app. When starting a new app with the very useful and...

Hi :wave: We were trying to use the Change Event on the PikadayInput Component et we were surprised to see the event triggered on data-down. When debugging the issue, we...

Hi! We use [ember-a11y-testing](https://github.com/ember-a11y/ember-a11y-testing) to ensure some technicalities in the a11y of the components/pages we develop. We recently upgraded to the last major of this addon (we were late by...

Hi! I'm pretty sure this was not meant to be as it wasn't tested as an accepted value: * with the inclusion validator, in a **number-typed range**, `NaN` is **validated**...

Hi! :wave: While working with [ember-changeset-validations](https://github.com/poteto/ember-changeset-validations), which uses this addon quite extensively, I saw there was an "inconsistency" in the behaviour of the date validator's `allowBlank` option, which checks nullish...

## Feature request ### Overview We started using Radix recently and we found something that is quite an issue on our side: when opening a simple Select or Menu "content",...

Type: Enhancement
Package: react/select