Right now, inputs like dropdowns are always treated as strings and must be cast in gsql. This works fine, but it'd be nice if you didn't need the cast.
We should be able to infer the type based on the value field's type, or be able to set it explicitly on the component for non-query based inputs.
Right now, inputs like dropdowns are always treated as strings and must be cast in gsql. This works fine, but it'd be nice if you didn't need the cast.
We should be able to infer the type based on the
valuefield's type, or be able to set it explicitly on the component for non-query based inputs.