Skip to content

Commit 7fe59ce

Browse files
The README updates
1 parent af9adb0 commit 7fe59ce

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@ Example with only bottom borders:
105105

106106
#### Component options
107107

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 />
110110
<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 />
112112
<b>`isPrevFocusableAfterClearing: boolean`</b> - when `true` after the input value deletion the caret will be moved
113113
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 />
116116
<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 />
118118

119119
#### Events
120120

angular-code-input/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@ Example with only bottom borders:
105105

106106
#### Component options
107107

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 />
110110
<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 />
112112
<b>`isPrevFocusableAfterClearing: boolean`</b> - when `true` after the input value deletion the caret will be moved
113113
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 />
116116
<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 />
118118

119119
#### Events
120120

0 commit comments

Comments
 (0)