Richard Davies

Results 15 comments of Richard Davies

With lighter accent colors, the address suggestions are often hard to read due to low contrast with the white text and light background. Is there anyway to automatically change the...

Is there an easy way to check whether the Pinboard API is currently down?

@bajcmartinez Cool! Thank you for sharing. I'll have to check it out.

I can confirm this slow behavior.

I agree with @birdsarah that this new seemingly arbitrary requirement is very confusing and frustrating to a user. My Github account has two email addresses associated with it at https://github.com/settings/emails,...

Any update on when this will be fixed? (It shouldn't be marked resolved as there are still many people reporting this issue.)

I believe this is a duplicate of (or at least related to) #234

I ran into this issue while attempting to implement Choices. It would be great to have it fixed because it's a major accessibility issue and a violation of https://www.w3.org/WAI/WCAG22/Techniques/general/G211.html. As...

As a workaround, I was able to use this code (adapted from @zoglo's suggestion) to set the remove button label to the item's name. ```js removeItemLabelText: function (value, valueRaw) {...