Allow AmountSelectorWidget to consider None as an empty value.
Review Request #13867 — Created May 20, 2024 and submitted — Latest diff uploaded
AmountSelectorWidget
's data normalization turned an input empty string
into aNone
value, but didn't do the same for an inputNone
value.This is a simple fix to support
None
values. Unit tests have been
updated to check for this.
Unit tests passed.
Verified this fixed an issue I encountered in a new usage of
AmountSelectorWidget
.