JuliaPluto/PlutoUI.jl

NumberField now bugs with default = NaN

Open

#190 geöffnet am 19. Jan. 2022

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Julia (60 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (314 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide