I need to create an Input with the suffix “sats” like in this screenshot:
I tried to use a text element near an input - but the problem here is that the input cannot scale in width dynamically (width to content).
Another idea I had was to use an “invisible” input and then display the output as text. Problem here is that there is no “position cursor” with this method.
I also tried to use the “input formatter” but without success.
Has anybody an idea on how to achieve this neatly?