Skip to content

Commit 9c47fa1

Browse files
authored
Remove note in readme
1 parent 07af055 commit 9c47fa1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ Currently we add basic utility-friendly form styles for the following form eleme
5151
- `select[multiple]`
5252
- `textarea`
5353

54-
**Note that for text inputs, you must add the `type="text"` attribute for these styles to take effect.** This is a necessary trade-off to avoid relying on the overly greedy `input` selector and unintentionally styling elements we don't have solutions for yet, like `input[type="range"]` for example.
55-
5654
Every element has been normalized/reset to a simple visually consistent style that is easy to customize with utilities, even elements like `<select>` or `<input type="checkbox">` that normally need to be reset with `appearance: none` and customized using custom CSS:
5755

5856
```html

0 commit comments

Comments
 (0)