Skip to content

Commit

Permalink
* updated enum entries for Tabulator Options Editor, fixed name on TI…
Browse files Browse the repository at this point in the history
…CK option to TICKCROSS, added missing PROGRESS option
  • Loading branch information
tfonrouge committed Nov 24, 2024
1 parent 7daa345 commit 2a19011
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ enum class Editor(internal val editor: String) {
TEXTAREA("textarea"),
NUMBER("number"),
RANGE("range"),
TICK("tick"),
TICKCROSS("tickCross"),
PROGRESS("progress"),
STAR("star"),
LIST("list"),
DATE("date"),
Expand Down

0 comments on commit 2a19011

Please sign in to comment.