ensureVisibleOnNewOptions property

bool ensureVisibleOnNewOptions
final

If true, the select field will ensure that it is visible within its scrollable parent whenever new options are provided. This is useful for dynamically loaded options, ensuring the user can always see the updated list without manual scrolling.

Defaults to true.

Implementation

final bool ensureVisibleOnNewOptions;