Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typeahead #761

Merged
merged 2 commits into from
Feb 17, 2024
Merged

Fix typeahead #761

merged 2 commits into from
Feb 17, 2024

Conversation

gwenn
Copy link
Collaborator

@gwenn gwenn commented Jan 21, 2024

Fix #690

To test, you need to activate the feature like this:

diff --git a/Cargo.toml b/Cargo.toml
index 7ac2645..fd27bb7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -87,7 +87,7 @@ name = "input_validation"
 required-features = ["derive"]
 [[example]]
 name = "numeric_input"
-required-features = ["custom-bindings"]
+required-features = ["custom-bindings", "buffer-redux"]
 [[example]]
 name = "read_password"
 required-features = ["derive"]

@gwenn gwenn marked this pull request as ready for review February 17, 2024 09:44
@gwenn gwenn changed the title First draft to fix typeahead Fix typeahead Feb 17, 2024
@gwenn gwenn merged commit 485eef8 into kkawakam:master Feb 17, 2024
2 checks passed
@gwenn gwenn deleted the typeahead branch February 17, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple lines sent on pty input by expect are not seen by process
1 participant