JuliaPluto/PlutoUI.jl

NumberField now bugs with default = NaN

Open

#190 aberto em 19 de jan. de 2022

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)Julia (60 forks)auto 404
good first issue

Métricas do repositório

Stars
 (314 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

this worked in v0.7.29. I used the default=NaN configuration for inputs that are optional. You can then use isnan on the associated variable to avoid extra calculations associated with the optional input.

Can NumberField be changed back so as to allow a default value of NaN and have the displayed cell remain empty?

Guia do colaborador