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