Coder Social home page Coder Social logo

Comments (11)

machadoguilhermebr avatar machadoguilhermebr commented on June 26, 2024 3

same problem here

my controller:
final controllerValor = MoneyMaskedTextController(decimalSeparator: ',', thousandSeparator: '.' );

my textfield
TextField(
controller: controllerValor,
style: TextStyle(fontSize: 14),
keyboardType: TextInputType.number,
decoration: InputDecoration(
labelText: "Valor",
hintText: "Valor",
border: OutlineInputBorder(),
),
)

behavior on android/windows: (Flutter 2.2.3)

from extended_masked_text.

guihackmann avatar guihackmann commented on June 26, 2024 1

I updated my previous title and issue, as I thought the issue happened because I bought a new MacBook with M1 Chip. But in fact, the problem only happened because I got a later version of Flutter. When downgrading it, it works normally.

from extended_masked_text.

walvespit avatar walvespit commented on June 26, 2024 1

cursorBehavior: CursorBehaviour.end solved for me.

from extended_masked_text.

Felipe00 avatar Felipe00 commented on June 26, 2024

Happens with me too. Same flutter version. It jumps one caracter back when mask apply on text.

from extended_masked_text.

LeandroNovak avatar LeandroNovak commented on June 26, 2024

Can someone tell me if this issue is only for iOS? If so, don't have a mac to check, so I can't fix it.
Everyone fell free to submit a PR.

from extended_masked_text.

fabioselau077 avatar fabioselau077 commented on June 26, 2024

same problem here

my controller:

final controllerValor = MoneyMaskedTextController(decimalSeparator: ',', thousandSeparator: '.' );

my textfield

TextField(
controller: controllerValor,
style: TextStyle(fontSize: 14),
keyboardType: TextInputType.number,
decoration: InputDecoration(
labelText: "Valor",
hintText: "Valor",
border: OutlineInputBorder(),
),
)
behavior on android/windows: (Flutter 2.2.3)

WhatsApp.Video.2021-08-12.at.12.07.35.mp4

resolveu amigo? msm problema aqui

from extended_masked_text.

guihackmann avatar guihackmann commented on June 26, 2024

I downgraded Flutter to version 2.0.3 to "fix" this problem, and still haven't upgraded since. Eventually I will need to find another package in order to upgrade Flutter in case this doesn't get solved.

from extended_masked_text.

fabioselau077 avatar fabioselau077 commented on June 26, 2024

Yes, but all packages contains this same issue :/

from extended_masked_text.

machadoguilhermebr avatar machadoguilhermebr commented on June 26, 2024

I've been using a 2.8.1 flutter version and it's working fine

from extended_masked_text.

guihackmann avatar guihackmann commented on June 26, 2024

Yes, but all packages contains this same issue :/

What is your flutter version?

from extended_masked_text.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.