The claim deposit input inside publish page allows a negative value.
It should probably allow 0 or minimum but not negative.
A negative value it's assigned,
Configuration | Version
-- | --
App | 0.14.3
Daemon (lbrynet) | 0.14.2
Wallet (lbryum) | 3.1.4
Platform | Linux (Linux-4.10.0-28-generic-x86_64-with-elementary-0.4.1-loki)

Don't think #398 has anything to do with this one.
ok, I was just pointing out a similar issue,
they are kind of related because both of them are: ux-issue
Less then two. I understand that this is not critical issue. I think you can change it to something like "pending" instead of negative value.
Fixed in Publish page, as well as in all LBC/USD hybrid inputs.
are you sure?? ^^ what about? -> #471
Merged #471.
Also I think maybe would be better to set the formFieldPrice default prop min to 0 :upside_down_face:
If themin isn't a multiple of step, Chrome has some undesirable behavior when using the arrows (e.g. it will step 5 down to 4.91, with min=0.01 and step=0.1).