geode-sdk / NodeIDs

Standard node ids used across all Geode mods
16 stars 22 forks source link

Number inputs don't clear on select when the value is 0 or not a number #99

Open flurrybun opened 3 months ago

flurrybun commented 3 months ago

in vanilla gd, if you click on a number input when its value is 0 or not a number such as "Mixed," the input will become an empty string. in layers where the default inputs are replaced with Geode TextInputs such as the edit object layer, it does not get cleared which is unnecessarily tedious

example:

image