react-awesome-query-builder
react-awesome-query-builder copied to clipboard
Adding properties to field and operator components - Material
Problem in Material Allowing user to add few properties for Field and Operator components.
Description I wanted to add variant property to make the UI configurable to various design such as outlined,standard, etc as per Material select library. which I was unable to person on Field and Operator sections.
I just identified that for adding custom properties we can use customFieldSelectProps
but its not affecting the field component.