SwiftUI TextFields Are Broken for Numbers! Here’s How to Fix Them

Поділитися
Вставка

КОМЕНТАРІ • 4

  • @rebeloper
    @rebeloper  22 дні тому +3

    SwiftUI Colors Are TRICKY... Here's What You NEED to Know! 👉 ua-cam.com/video/i6e8JB0KhXU/v-deo.html&ab_channel=Rebeloper-RebelDeveloper

  • @PPlass
    @PPlass 20 днів тому +1

    Hi that is really great. But what can I do if the numeric TextField should have a start value instead of a zero Value

  • @johngrauel1661
    @johngrauel1661 15 днів тому

    Thanks! This is terrific. I've struggled with this issue for a long time. I should note, however, that the NumericTextField (at least in my code) does not allow you to include a decimalSeparator. Did I miss something?

  • @bonnydonny
    @bonnydonny 4 дні тому

    For me line 79 always returns (doesn't update the value), so the @Binding does not work from the caller.