Added testing coverage for the TypedInput widget

Added testing coverage for the TypedInput widget

#394 in iced-rs/iced_aw — merged 2025-12-31

Added testing coverage for the TypedInput widget

Summary of Key Changes

Modified src/widget/typed_input.rs

  • Reviewed operate() method for support of widget testing and interaction
  • added unit tests

Added

  • tests/typed_input_integration_tests.rs
# typed_input tests
cargo test typed_input --lib && cargo test --test typed_input_integration_tests
# all tests
cargo test --lib --tests --bins

Last updated 2026-05-14