Input #10144
-
I have define the recipe for input, but how can i define recipes for input start and end element? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
export interface InputGroupProps extends BoxProps { You can also pass props for the *Addon or *Element bits |
Beta Was this translation helpful? Give feedback.
-
Recipes are not exposed to input elements since they're just an absolutely positioned container. Please use the |
Beta Was this translation helpful? Give feedback.
Recipes are not exposed to input elements since they're just an absolutely positioned container. Please use the
startElementProps
andendElementProps