mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
change events. - In input & textarea control, call the change event on key up (but - not on every key up events, wait for sometime before trigger that event, so that - we do not overdo that). - In unique/subnode control, whenever we create new model object, set all the required static fields used by pgAdmin form generation logic. - In NodeAjaxListCell, we don't need to call the list generation operation (ajax operation) for each and every cell. They use the same shared column object.