Граф коммитов

69 Коммитов

Автор SHA1 Сообщение Дата
Desislava Mihaylova 14ef1d1ffd docs(combobox): add link to npm package 2016-08-10 13:19:48 +03:00
Desislava Mihaylova 833444be98 docs(ddl): add a link 2016-08-10 13:19:16 +03:00
Desislava Mihaylova 188dadca6b docs: update content 2016-06-01 17:10:14 +03:00
Desislava Mihaylova 9f6dd98ea8 docs(combobox): remove redundant content 2016-05-31 14:50:37 +03:00
Desislava Mihaylova 3469123153 docs(ddl): remove redundant content 2016-05-31 14:43:48 +03:00
Desislava Mihaylova 6edae646ff docs(dropdowns): remove redundant content 2016-05-31 12:02:22 +03:00
Alexander Popov 234f7669b2 docs(combobox): Update examples 2016-05-18 14:55:09 +03:00
Alexander Valchev 5c833165db fix(dropdownlist): filtering behaviour
Issues:

1. The filter input randomly clears if the user opens/closes the popup
rapidly.
2. There is no suitable callback that will allow the user to clear the
filter and reset data after item is selected through the keyboard.

Solution:

- ListFilter was changed from uncontrolled to controlled input. Its
value is stored in the DropDownList state.filter and is updated every
time the `onFilter` callback is about to be invoked.

- As a result of this the `delay` configuration property will not have
effect over the filtering behaviour. The `delay` will be honored only
for the internal DropDownList search functionality. In case of filtering
the high order component can decide how often to update the DropDownList data according to the filter text.

- The `onFilter` callback will be invoked with empty string as an
argument after DropDownList `onChange` is called. In this way the
developer will be able to clear the data filter after user selects item
from the list either via the mouse or by pressing the "Enter" key.

- The docs and tests are updated accordingly
2016-05-17 19:57:30 +03:00
Alexander Valchev 12180710e5 docs(dropdownlist): add high-order component in all examples 2016-05-17 17:31:42 +03:00
Desislava Mihaylova b5da145e40 docs: Update See Also 2016-05-16 11:34:20 +03:00
Alexander Valchev 721dfb7b6f docs: demonstrate how to return jsx from the item renderer 2016-05-10 16:22:21 +03:00
Alexander Valchev 77f8e7206d refactor(dropdownlist): remove the onSelect callback 2016-05-09 16:25:58 +03:00
Alexander Valchev 45320888d6 docs(dropdownlist): fix non working code example 2016-05-09 13:24:43 +03:00
Desislava Mihaylova 73c7814b11 docs: Update content 2016-05-09 13:00:49 +03:00
Desislava Mihaylova 2c640930e5 docs: Update Boolean sections 2016-05-09 12:59:33 +03:00
Desislava Mihaylova db611f4e65 docs: Update content 2016-05-09 12:50:55 +03:00
Desislava Mihaylova 57013d7feb docs: Update Boolean sections 2016-05-09 12:47:38 +03:00
Desislava Mihaylova 0e67ba2bbd docs: Update a desc 2016-05-09 10:38:56 +03:00
Desislava Mihaylova c5aec9dcec docs: Update a desc 2016-05-09 10:38:36 +03:00
Alexander Valchev 8e18398bec fix(dropdownlist): list closes immediately after filter input is focused 2016-05-04 17:12:45 +03:00
Alexander Valchev d397f376a4 chore: remove AutoComplete component
AutoComplete source, e2e, tests and docs are moved in the 'autocomplete'
brach
2016-05-04 11:23:09 +03:00
Alexander Valchev b761be77ec docs: remove open/close events from the API reference 2016-05-04 10:52:52 +03:00
Desislava Mihaylova cba015c1e8 docs(AutoComplete): Add props to index 2016-05-03 17:32:53 +03:00
Desislava Mihaylova 0aaac0684c docs: Replace template images no grouping 2016-05-03 16:11:21 +03:00
Desislava Mihaylova 47592d7af4 docs: Review initially ComboBox docs 2016-05-03 15:57:36 +03:00
Alexander Popov 09ff0fc42f docs(combobox): Add prop descriptions and examples 2016-05-03 14:22:20 +03:00
Desislava Mihaylova 5a5f47457b docs: Update index and API draft versions for AutoComplete component 2016-05-03 12:14:38 +03:00
Alexander Valchev 23761014cd docs(examples): update code samples and example pages 2016-05-02 20:27:46 +03:00
Desislava Mihaylova 435995aa16 docs: Link props to API, update content for consistency 2016-05-02 17:37:20 +03:00
Alexander Valchev e50b62e3ea docs(dropdownlist): Add DropDownList overview topic 2016-05-02 13:59:55 +03:00
Alexander Valchev b099f245db docs(dropdownlist): API reference 2016-04-29 18:03:35 +03:00
Desislava Mihaylova 160ef96897 docs: Add the template images, remove client-side before API 2016-04-26 16:22:04 +03:00
Desislava Mihaylova a62e3d2e09 docs: Remove client-side 2016-04-20 17:26:16 +03:00
Desislava Mihaylova f35210fa17 docs: Remove client-side 2016-04-20 17:25:42 +03:00
Desislava Mihaylova 38a387c32c docs: Remove client-side 2016-04-20 17:25:06 +03:00
Desislava Mihaylova 3495ac4bba docs: Improve the description 2016-04-19 10:56:41 +03:00
Desislava Mihaylova d44b75d88b docs: Fix a typo 2016-04-18 10:41:10 +03:00
Desislava Mihaylova 28f0e584d2 docs: Update state props 2016-04-14 16:58:20 +03:00
Desislava Mihaylova 4aa34b325b Update index.md 2016-04-14 16:57:19 +03:00
Desislava Mihaylova d3f8154a97 docs: Add props 2016-04-14 16:55:58 +03:00
Desislava Mihaylova 1243b973a9 docs: Add properties, update structure 2016-04-14 16:55:48 +03:00
Desislava Mihaylova 66d31f0cdd docs: Add properties, update structure 2016-04-14 16:43:59 +03:00
Desislava Mihaylova b0feb33542 Update index.md 2016-04-14 16:32:39 +03:00
Desislava Mihaylova b19dee9a87 docs: Add more peoperties 2016-04-14 16:28:35 +03:00
Desislava Mihaylova c1a71f2fb0 docs: Update calls 2016-04-14 16:23:47 +03:00
Desislava Mihaylova 6fa41a643e docs: Fix a typo 2016-04-14 16:21:57 +03:00
Desislava Mihaylova 2e626f2ece docs: Add more API calls 2016-04-14 16:21:36 +03:00
Desislava Mihaylova 2f8c68097c docs: Fix a typo 2016-04-14 16:16:10 +03:00
Desislava Mihaylova 86fcd8c933 docs: Fix a typo 2016-04-14 16:15:50 +03:00
Desislava Mihaylova d58a32eae9 docs: Add slugs 2016-04-14 16:15:19 +03:00