You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be better not to trim the feerate value as it's difficult to edit a single-digit value. It's not possible to delete the existing value and enter a new one and we have to instead add a second digit and delete the first.
#852 introduced support for RBF'ing unconfirmed transactions in the GUI. This is presented as a button you click which opens a modal for you to set the feerate of the new transaction. The text input for the feerate of the new transaction however gets trimmed as you edit it, which makes it difficult to edit single-digit values.
@jp1ac4 what do you think a fix should be here? Simply using an untrimmed form::Form?
Originally posted by @jp1ac4 in #852 (comment)
The text was updated successfully, but these errors were encountered: