Skip to content

Commit

Permalink
feat: new props "nobutton"
Browse files Browse the repository at this point in the history
  • Loading branch information
tomickigrzegorz committed May 8, 2022
1 parent 79fc14e commit 3c240c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,9 @@ <h2>Only the ellipsis</h2>
"type": "text",
// cropping the text after 100 characters
// and adding an ellipse
"limit": 100
"limit": 100,
// remove button
"nobutton": true
}</code>
</pre>
</div>
Expand Down

0 comments on commit 3c240c7

Please sign in to comment.