@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
22 lines • 526 B
JavaScript
export const defaultProps = {
keyName: 'name',
idName: 'key',
isArrow: false,
searchBoxSize: 'small',
isDisabled: false,
showIconOnHover: false,
isReadOnly: false,
isEditable: true,
isDataLoaded: true,
needTick: true,
targetAlign: 'vertical',
needResponsive: true,
arrowIconPosition: 'default',
boxSize: 'medium',
needExternalPopupState: false,
statusColor: 'statusColor',
needMultiLineText: false,
isFetchingOptions: false,
isAbsolutePositioningNeeded: true,
isRestrictScroll: false
};