JuliaPluto/PlutoUI.jl

NumberField now bugs with default = NaN

Open

#190 建立於 2022年1月19日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)Julia (60 fork)auto 404
good first issue

倉庫指標

Star
 (314 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

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?

貢獻者指南