(&mut self, index: usize, cx: &mut Context<Self>)
| 71 | CompletionContext::FormValue, |
| 72 | ) |
| 73 | })); |
| 74 | } |
| 75 | } |
| 76 | |
| 77 | fn rows_as_bulk_entries(&self, cx: &App) -> Vec<BulkKvEntry> { |
| 78 | self.rows |
| 79 | .iter() |
| 80 | .map(|row| BulkKvEntry { |
| 81 | key: row.key_input.read(cx).text().to_string(), |