-
When using the new |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Not sure but would
Does last-pass respect the |
Beta Was this translation helpful? Give feedback.
-
I guess this is missing from documentation, but you can just set these props on component and it should pass it to input – https://github.com/mantinedev/mantine/blob/master/src/mantine-core/src/components/Select/Select.tsx#L319 So it should be
|
Beta Was this translation helpful? Give feedback.
I guess this is missing from documentation, but you can just set these props on component and it should pass it to input – https://github.com/mantinedev/mantine/blob/master/src/mantine-core/src/components/Select/Select.tsx#L319
So it should be
<Select data-lpignore="true" />
wrapperProps
adds props to root element (InputWrapper component)