tarkalabs / tarka-ui-kit-flutter

UI Kit and Design System for building apps with Flutter
https://pub.dev/packages/tarka_ui
MIT License
7 stars 0 forks source link

Add fields to text-field that makes text-field as text button with text-field style #65

Closed kalpeshp0310 closed 4 months ago

kalpeshp0310 commented 4 months ago

This change will enable us to have a clickable text field, that will not show the keyboard when clicked, and rather allow you to handle the click and show appropriate action as per requirement. for example: Showing Calendar for using it as date time field.