SELECT when text is 0 #888

Open
opened 2026-02-20 10:21:21 -05:00 by deekerman · 2 comments
Owner

Originally created by @96LawDawg on GitHub (Jun 2, 2025).

This SELECT:

  {
      "func": "SELECT",
      "property": "text",
      "relation": "!=",
      "value": ""
    }

will not select widgets with text: 0.

Originally created by @96LawDawg on GitHub (Jun 2, 2025). This SELECT: ```JSON { "func": "SELECT", "property": "text", "relation": "!=", "value": "" } ``` will not select widgets with text: 0.
Author
Owner

@ArnoldSmith86 commented on GitHub (Jun 2, 2025):

Sounds correct but we don't have !== yet, right?

@ArnoldSmith86 commented on GitHub (Jun 2, 2025): Sounds correct but we don't have `!==` yet, right?
Author
Owner

@96LawDawg commented on GitHub (Jun 2, 2025):

Sounds correct but we don't have !== yet, right?

Correct. So a difference in VTT and JavaScript for now, I guess.

@96LawDawg commented on GitHub (Jun 2, 2025): > Sounds correct but we don't have `!==` yet, right? Correct. So a difference in VTT and JavaScript for now, I guess.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/virtualtabletop#888
No description provided.