- Which position to render the loading indicator
-
- -
- 'auto' (default): at the end of the input, unless a `leadingVisual` is passed. Then, it will render at the
- beginning
-
- - 'leading': at the beginning of the input
- - 'trailing': at the end of the input
-
- >
- }
-/>
-string | React.ComponentType>}
- description="Visual positioned on the left edge inside the input"
-/>
-
-string | React.ComponentType>}
- description="Visual positioned on the right edge inside the input"
-/>
-
-
-
+
+
+
+ Which position to render the loading indicator
+
+ -
+ 'auto' (default): at the end of the input, unless a `leadingVisual` is passed. Then, it will render at the
+ beginning
+
+ - 'leading': at the beginning of the input
+ - 'trailing': at the end of the input
+
+ >
+ }
+ />
+ string | React.ComponentType>}
+ description="Visual positioned on the left edge inside the input"
+ />
+
+ string | React.ComponentType>}
+ description="Visual positioned on the right edge inside the input"
+ />
+
+
+
)
/>