From 3c240c75dc44e8d9aa556e177f8127c0739671f3 Mon Sep 17 00:00:00 2001 From: Grzegorz Tomicki Date: Sun, 8 May 2022 15:53:40 +0200 Subject: [PATCH] feat: new props "nobutton" --- docs/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 63eb0a6..ee139bc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -434,7 +434,9 @@

Only the ellipsis

"type": "text", // cropping the text after 100 characters // and adding an ellipse - "limit": 100 + "limit": 100, + // remove button + "nobutton": true }