use crateTagLike;
use *;
/// Props for [`Dropdown`].
/// Suggestion dropdown (deprecated — dropdown/suggestion functionality removed).
///
/// Always renders nothing. Kept for API compatibility during migration.
/// Consumers should manage their own dropdown/listbox externally using
/// `on_query_change` and `on_commit` callbacks.