File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -105,16 +105,16 @@ Example with only bottom borders:
105
105
106
106
#### Component options
107
107
108
- <b >` codeLength: number ` </b > - length of input code <br />
109
- <b >` isCodeHidden: boolean ` </b > - when ` true ` inputted code chars will be shown as asterisks (points)<br />
108
+ <b >` codeLength: number ` </b > - length of input code <br />< br />
109
+ <b >` isCodeHidden: boolean ` </b > - when ` true ` inputted code chars will be shown as asterisks (points)<br />< br />
110
110
<b >` isNonDigitsCode: boolean ` </b > - when ` true ` inputted code can contain any char and not only digits from 0 to 9.
111
- If the input parameter <b >` code ` </b > contains non digits chars and ` isNonDigitsCode ` is ` false ` the value will be ignored<br />
111
+ If the input parameter <b >` code ` </b > contains non digits chars and ` isNonDigitsCode ` is ` false ` the value will be ignored<br />< br />
112
112
<b >` isPrevFocusableAfterClearing: boolean ` </b > - when ` true ` after the input value deletion the caret will be moved
113
113
to the previous input immediately. If ` false ` then after the input value deletion the caret will
114
- stay on the current input and be moved to the previous input only if the current input is empty<br />
115
- <b >` inputType: string ` </b > - type of the input DOM elements like ` <input [type]="inputType"/> ` default '` tel' ` <br />
114
+ stay on the current input and be moved to the previous input only if the current input is empty<br />< br />
115
+ <b >` inputType: string ` </b > - type of the input DOM elements like ` <input [type]="inputType"/> ` default '` tel' ` <br />< br />
116
116
<b >` code: string | number ` </b > - the input code value for the component. If the parameter
117
- contains non digits chars and ` isNonDigitsCode ` is ` false ` the value will be <b >ignored</b > <br />
117
+ contains non digits chars and ` isNonDigitsCode ` is ` false ` the value will be <b >ignored</b > <br />< br />
118
118
119
119
#### Events
120
120
Original file line number Diff line number Diff line change @@ -105,16 +105,16 @@ Example with only bottom borders:
105
105
106
106
#### Component options
107
107
108
- <b >` codeLength: number ` </b > - length of input code <br />
109
- <b >` isCodeHidden: boolean ` </b > - when ` true ` inputted code chars will be shown as asterisks (points)<br />
108
+ <b >` codeLength: number ` </b > - length of input code <br />< br />
109
+ <b >` isCodeHidden: boolean ` </b > - when ` true ` inputted code chars will be shown as asterisks (points)<br />< br />
110
110
<b >` isNonDigitsCode: boolean ` </b > - when ` true ` inputted code can contain any char and not only digits from 0 to 9.
111
- If the input parameter <b >` code ` </b > contains non digits chars and ` isNonDigitsCode ` is ` false ` the value will be ignored<br />
111
+ If the input parameter <b >` code ` </b > contains non digits chars and ` isNonDigitsCode ` is ` false ` the value will be ignored<br />< br />
112
112
<b >` isPrevFocusableAfterClearing: boolean ` </b > - when ` true ` after the input value deletion the caret will be moved
113
113
to the previous input immediately. If ` false ` then after the input value deletion the caret will
114
- stay on the current input and be moved to the previous input only if the current input is empty<br />
115
- <b >` inputType: string ` </b > - type of the input DOM elements like ` <input [type]="inputType"/> ` default '` tel' ` <br />
114
+ stay on the current input and be moved to the previous input only if the current input is empty<br />< br />
115
+ <b >` inputType: string ` </b > - type of the input DOM elements like ` <input [type]="inputType"/> ` default '` tel' ` <br />< br />
116
116
<b >` code: string | number ` </b > - the input code value for the component. If the parameter
117
- contains non digits chars and ` isNonDigitsCode ` is ` false ` the value will be <b >ignored</b > <br />
117
+ contains non digits chars and ` isNonDigitsCode ` is ` false ` the value will be <b >ignored</b > <br />< br />
118
118
119
119
#### Events
120
120
You can’t perform that action at this time.
0 commit comments