maxfordham / ipyautoui

create ipywidgets user input form pydantic model or jsonschema
https://maxfordham.github.io/ipyautoui/
39 stars 4 forks source link

🐛 Issue with hiding NaN if global_decimal_places not defined #196

Closed ollyhensby closed 11 months ago

ollyhensby commented 11 months ago

Issue Global decimal places has to be defined to also hide NaNs. Hiding NaNs should work without having to set any global decimal places.

Solution Update _set_text_value method in AutoGrid so that the VegaExpr constructed works if global_decimal_places is not defined.