We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a7371 commit b5c4784Copy full SHA for b5c4784
src/components/textinput.rs
@@ -280,8 +280,12 @@ mod tests {
280
281
#[test]
282
fn test_smoke() {
283
- let mut comp =
284
- TextInputComponent::new(SharedTheme::default(), "", "");
+ let mut comp = TextInputComponent::new(
+ SharedTheme::default(),
285
+ SharedKeyConfig::default(),
286
+ "",
287
288
+ );
289
290
comp.set_text(String::from("a\nb"));
291
@@ -304,8 +308,12 @@ mod tests {
304
308
305
309
306
310
fn test_visualize_newline() {
307
311
312
313
314
315
316
317
318
319
0 commit comments