Skip to content

Commit 5747cb5

Browse files
authored
Update README.md
1 parent d75951a commit 5747cb5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,17 @@ export default App;
187187
We have also this library's checkbox group library as well :) Please take a look
188188
189189
190+
## FAQ
190191
192+
<b>How to disable strikethrough?</b>
193+
194+
- Simply use the `textStyle` prop and set the `textDecorationLine` to `none`
195+
196+
```jsx
197+
textStyle={{
198+
textDecorationLine: "none",
199+
}}
200+
```
191201
### Future Plans
192202
193203
- [x] ~~LICENSE~~

0 commit comments

Comments
 (0)