kwikid-components-react
Version:
KwikID's Component Library in React
33 lines (32 loc) • 844 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.KWIKUI_INPUT_OTP__DEFAULTS = void 0;
var _InputOtp = require("./InputOtp.definition");
const KWIKUI_INPUT_OTP__DEFAULTS = exports.KWIKUI_INPUT_OTP__DEFAULTS = {
customStyles: {
wrapper: {},
container: {},
label: {},
input: {}
},
disabled: false,
id: "input_otp",
isInputCopyDisabled: false,
isInputPasteDisabled: false,
label: "",
messages: [],
mode: _InputOtp.IKwikUIInputOtpMode.MULTIPLE,
onInput: undefined,
onInputCopyDisabled: undefined,
onInputPasteDisabled: undefined,
onInputValidate: undefined,
otpLength: 6,
placeholder: "",
required: true,
shape: _InputOtp.IKwikUIInputOtpShape.CURVED,
size: _InputOtp.IKwikUIInputOtpSize.M,
updateOn: _InputOtp.IKwikUIInputOtpUpdateOn.CHANGE,
value: ""
};