finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.72k stars 1.05k forks source link

Field type icon in `Where` input isn't accurate #2580

Open mhkeller opened 3 months ago

mhkeller commented 3 months ago

Bug Report

Steps to Reproduce:

  1. Load this dummy data of student exams: https://gist.github.com/mhkeller/8831f579f814af2a7415e043457d4e56
  2. Add the exam_score field to the Where filter

Expected Result:

The icon next to exam_score is a # symbol because it's numeric

Actual Result:

The field type symbol is an A, signifying a text field.

Environment:

2.10.0 loaded from the website: https://perspective.finos.org/block/?example=file

Additional Context:

The filter still works properly

Screenshot 2024-03-25 at 22 22 11