1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-25 18:56:50 +02:00
market/src/components/@shared/FormInput
Luca Milanese 52eaee0ad5
Feat: autocomplete tags functionality (#1471)
* feat: add autocomplete tag component

* feat: pass tags aggregated list to autocomplete component

* feat: add initial styling to autocomplete tag component

* fix: autocomplete style types

* feat: move styling elements to module.css file

* feat: update placeholder text for tag input field

* feat: add default value to tags if present

* feat: add edit tags functionality

* fix: default tag value

* fix: style for automplete menu's keyboard navigation

* fix: tags aggregation query size

* feat: return sorted tags aggregated list suggestion in publish

* fix: set tags value touched state in edit mode

* add package back

* enhancement: autocomplete tag component config (#1679)

* fix publishing when connecting wallet on publish form

* fix reset pricing on tx execution

* removed changing steps

* cleanup

* Fix headers (#1663)

* test

* test

* test

* test

* test

* test

* test

* remove link

* enhancement: tag autocomplete settings

* feat: add cursor type text

* feat: tweak filter and sort for matched tags

* fix: tags input font color

* fix: tag autocomplete component input color

Co-authored-by: EnzoVezzaro <enzo-vezzaro@live.it>
Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: Ana <84312885+AnaLoznianu@users.noreply.github.com>

* fix lock

* test

* fix

* fix

* minor fixes

* fix cursor on remove item (x)

* style updates

* UX tweaks

* start suggestions upon first key stroke
* remove redundant help tooltip
* change placeholder copy
* remove input clear action

* edit updates

Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
Co-authored-by: EnzoVezzaro <enzo-vezzaro@live.it>
Co-authored-by: Ana <84312885+AnaLoznianu@users.noreply.github.com>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
2022-10-05 15:40:00 +01:00
..
Disclaimer.module.css reorg Form components one level up 2021-11-15 18:29:20 +00:00
Disclaimer.tsx reorg Form components one level up 2021-11-15 18:29:20 +00:00
Error.tsx Fix No error message for swapping more than max tokens (#1230) 2022-03-22 15:50:51 +00:00
Help.module.css reorg Form components one level up 2021-11-15 18:29:20 +00:00
Help.tsx reorg Form components one level up 2021-11-15 18:29:20 +00:00
index.module.css Display generic info message for file inputs (#1334) 2022-04-28 15:39:46 +02:00
index.tsx fix file validation on edit form (#1677) 2022-09-26 14:01:51 +01:00
InputElement.module.css Atomic components stories (#1422) 2022-05-23 12:29:37 +01:00
InputElement.tsx Feat: autocomplete tags functionality (#1471) 2022-10-05 15:40:00 +01:00
InputGroup.module.css reorg Form components one level up 2021-11-15 18:29:20 +00:00
InputGroup.tsx reorg Form components one level up 2021-11-15 18:29:20 +00:00
InputRadio.module.css Atomic components stories (#1422) 2022-05-23 12:29:37 +01:00
InputRadio.tsx Atomic components stories (#1422) 2022-05-23 12:29:37 +01:00
Label.module.css reorg Form components one level up 2021-11-15 18:29:20 +00:00
Label.tsx reorg Form components one level up 2021-11-15 18:29:20 +00:00
Row.module.css reorg Form components one level up 2021-11-15 18:29:20 +00:00
Row.tsx reorg Form components one level up 2021-11-15 18:29:20 +00:00
TagsAutoComplete.module.css Feat: autocomplete tags functionality (#1471) 2022-10-05 15:40:00 +01:00
TagsAutoComplete.tsx Feat: autocomplete tags functionality (#1471) 2022-10-05 15:40:00 +01:00