mirror of
https://github.com/plankanban/planka.git
synced 2025-07-22 22:59:44 +02:00
feat: Filter cards by keyword with advanced capabilities (#713)
Closes #706
This commit is contained in:
parent
8747aa59de
commit
eb56b2147b
19 changed files with 267 additions and 1 deletions
|
@ -9,4 +9,6 @@ export default class Input extends SemanticUIInput {
|
|||
static Mask = InputMask;
|
||||
|
||||
focus = (options) => this.inputRef.current.focus(options);
|
||||
|
||||
blur = () => this.inputRef.current.blur();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue