Closed chuckdu21 closed 1 year ago
this.delegateSetTextFormatter(new TextFormatter
What the version of Materielfx you use
Le mer. 26 oct. 2022 à 08:31, chuckdu21 @.***> a écrit :
Can't find this method in MFXTextField .....
— Reply to this email directly, view it on GitHub https://github.com/palexdev/MaterialFX/issues/247#issuecomment-1291616533, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKORZ5WOHVOZ3CH2IVMKYE3WFDM3RANCNFSM6AAAAAARB6JYFE . You are receiving this because you commented.Message ID: @.***>
I deleted my answer because i was on 11.13.0^^ I just did the update and i found the method. Now it's working ! thx
But another issue: getPositionCaret always returns 0
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Closed for inactivity.
Hi, I'd like to set my own TextFormatter on a MFXTextField but i get this error:
formatter is already used in other control
I tried to unbind the textformatter, even on the boundField but my TextFormatter won't set. (I tried the same textformatter on a default TextField and it's working).
Here's a sample of my code:
How can i "force" to set my TextFormatter or something like this ?