customClass | Sets the name of the custom CSS class to be applied to the OTP inputs. | string |
disabled | Disables the input. | boolean |
toolTipContent | Content is given to the tooltip. | string |
position | The tooltip is given a position. | string |
openDelay | The property specifies when the transition effect will start. | string-number |
transition | Hides the title of the menu. | string |
minWidth | Sets the minimum width for the content. | string-number |
nudgeWidth | Nudge the content width. | string-number |
nudgeBottom | Nudge the content to the bottom. | string-number |
nudgeTop | Nudge the content to the top. | string-number |
nudgeLeft | Nudge the content to the left. | string-number |
nudgeRight | Nudge the content to the right. | string-number |
allowOverflow | Allow the menu to overflow off the screen. | boolean |
attach | Specifies which DOM element that this component should detach to. string can be any valid querySelector and Object can be any valid Node. This will attach to the root component by default. | string |
absolute | Applies position: absolute to the component. | boolean |
forcePosition | You can use forcePosition property on Tooltip component when you have multiple scrolls on your page. | boolean |
visible | Visibility of Tooltip component. | boolean |