Skip to content

Commit b5e843d

Browse files
committed
fix: docs: hide features for now
1 parent 767b404 commit b5e843d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { InputOTPComponent } from '@ngxpert/input-otp';
1818
selector: 'app-my-component',
1919
template: `
2020
<input-otp [maxLength]="6" [(ngModel)]="otpValue">
21-
<div class="flex">
21+
<div style="display: flex;">
2222
@for (slot of otp.slots(); track $index) {
2323
<div>{{ slot.char }}</div>
2424
}
@@ -32,6 +32,12 @@ export class MyComponent {
3232
}
3333
```
3434

35+
## Features
36+
37+
- [x] Works with `Template-Driven Forms` and `Reactive Forms` out of the box.
38+
- [x] Supports copy-paste-cut
39+
- [x] Supports all keybindings
40+
3541
## Default example
3642

3743
The example below uses `tailwindcss` `tailwind-merge` `clsx`:
@@ -183,7 +189,7 @@ There's currently no native OTP/2FA/MFA input in HTML, which means people are ei
183189

184190
This library works by rendering an invisible input as a sibling of the slots, contained by a `relative`ly positioned parent (the container root called _input-otp_).
185191

186-
## Features
192+
<!-- ## Features
187193
188194
### This is the most complete OTP input for Angular. It's fully featured
189195
@@ -227,7 +233,7 @@ Should be able to support all keybindings of a common text input as it's an inpu
227233
228234
TBA video
229235
230-
</details>
236+
</details> -->
231237

232238
## API Reference
233239

0 commit comments

Comments
 (0)