foss42 / apidash

API Dash is a beautiful open-source cross-platform API Client built using Flutter which can help you easily create & customize your API requests, visually inspect responses and generate API integration code. A lightweight alternative to postman/insomnia.
https://apidash.dev
Apache License 2.0
1.43k stars 269 forks source link

Fix textfield issue for large number of URL params, Headers or Form data body #350

Closed animator closed 5 months ago

animator commented 5 months ago

After adding a lot of rows, whenever a new row gets added in URL Params, Headers or Form data body, the current textfield loses focus & the table scrolls to the top making it inconvenient for the user.

alainjr10 commented 5 months ago

The issue seems to be coming from the davi package See: https://github.com/caduandrade/davi_flutter/issues/84 Maybe we can edit the package itself? and then implementat on apidash