macosui / macos_ui

Flutter widgets and themes implementing the current macOS design language.
https://macosui.github.io/macos_ui/#/
MIT License
1.86k stars 183 forks source link

Hi! Do we have any ways to use/add some validator to a MacosTextField? #354

Closed savdev-ua closed 1 year ago

savdev-ua commented 1 year ago

Can't really find any possible ways to runtime validate fields and change the UI.

GroovinChip commented 1 year ago

Hi @savdev-ua. I'm not really sure what you're asking for. Do you mean like a FormField?

savdev-ua commented 1 year ago

@GroovinChip I mean MacosTextField does not have feature to add validator, just as regular TextFormField

image
GroovinChip commented 1 year ago

Could you not simply wrap the MacosTextField in a FormField widget?

GroovinChip commented 1 year ago

Closing due to lack of response