-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Encountered two challenges while using the Filter component that I wanted to flag. Should be easy fixes.
- The
labelelement makes a strong layout assumption (fixed margin of3). There are at least two places now where the design needs something different. Showing three examples, the first one being the one I'm working on now. Not sure if the answer is to create some options here, or just realize that we'll often need to do something manual (which is what I'm doing now). In the current case, all I wanted was to adjust the margin, whereas use case on CDR Database requires a totally different layout.
- We need a way to specify order. Currently it uses whatever order
Object.keysreturns, which in the present use case is not the intended order. Maybe just anorderprop with an array of keys?
cc @katamartin
Metadata
Metadata
Assignees
Labels
No labels


