Commit graph

9 commits

Author SHA1 Message Date
Owen Williams
d8e1e3db5d Add hooks so that multiple calls to a select can maintain scroll and cursor position 2019-01-06 19:03:05 -05:00
minivera
5ff80d1438 Improved documentation further and the SelectWithAdd example 2018-07-19 11:45:46 -04:00
minivera
fffb1561ab Finalized documentation 2018-07-17 15:25:15 -04:00
҈҈҈Luiz Branco
ab0f0c6954
Fix list index when item doesn't support comparison (#23) 2017-11-16 12:35:50 -04:00
҈҈҈Luiz Branco
6b68b09d09
Allow a select list to be searched (#22) 2017-11-03 09:18:24 -04:00
҈҈҈Luiz Branco
ae1428a544
Fix pagination panic (#20) 2017-11-01 16:55:12 -04:00
҈҈҈Luiz Branco
ec3d3b6d89 Compare active items by index (#16)
Interface comparison can fail if the value contains types that cannot
be compared, ie: slices.
2017-10-25 15:43:56 -04:00
҈҈҈Luiz Branco
b7cdefd440 Fix max length for list (#14) 2017-10-23 10:35:42 -04:00
҈҈҈Luiz Branco
aa2329b77c Create select list pkg (#13)
Abstract the visible list of select prompt into its own data structure. So we can test and document better the behaviour and, make it easier to extend with advanced functionality.
2017-10-23 08:22:42 -04:00