Harley Rayner

Results 2 issues of Harley Rayner

I've encountered an issue while attempting to use AutoField with a schema that contains patternProperties. Here's the relevant part of my schema: ```json "discrete_components": { "type": "object", "patternProperties": { ".+":...

Type: Feature
Area: Bridge
Bridge: JSON Schema

I'm writing some unit tests for a component that uses the React-color Chrome Picker component and I've found it particularly difficult to test because there are no easily targetable elements...