sdxmessaging / ui-widgets

Build powerful form inputs/outputs with mithril and streams.
MIT License
4 stars 1 forks source link

Currency Input - Invalid Input Wrapper Issue #166

Open MichaelPastuch opened 4 months ago

MichaelPastuch commented 4 months ago

The invalid input wrapper is not applied to currency inputs if the user enters then leaves the input without typing anything. Compare this widget to TimeInput, which works as intended.