From 6a08daafd5d50ff40bdb213ff0f7aca411587875 Mon Sep 17 00:00:00 2001 From: bilgehan kalkan Date: Wed, 11 Dec 2019 13:28:04 +0300 Subject: [PATCH] Cross search line implementation from TODOs. --- libraries/dialogs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/dialogs/README.md b/libraries/dialogs/README.md index 45360dea..0f5c4ec8 100644 --- a/libraries/dialogs/README.md +++ b/libraries/dialogs/README.md @@ -126,7 +126,7 @@ selectionDialog { ## TODOs * Implement ListDialog. * ~~Implement SelectionDialog~~ - * Implement search line. + * ~~Implement search line.~ * Implement multiple selectable type. * Provide theme for more styling. * Update builder for Java.