Example 1: ComboBox, with dynamic paged data | |
Code: | FlexBox: |
Notes:
|
Example 2: Like Google Suggest (hide the arrow) | |
Code: | FlexBox: |
Notes:
|
Example 3: Straight type-ahead (hide the dropdown) | |
Code: | FlexBox: |
Notes:
|
Example 4: Disable paging (no scrolling), new width | |
Code: | FlexBox: |
Notes:
|
Example 5: Force Scrolling, Show Watermark | |
Code: | FlexBox: |
Notes:
|
Example 6: Set an initial value, and change the page size | |
Code: | FlexBox: |
Notes:
|
Example 7: Create a template for each matching result, and call a JavaScript function when a result is selected | |
Code: | FlexBox: |
Notes:
|
Example 8: Do not auto-complete the first match, and allow new values | |
Code: | FlexBox: |
Notes:
|
Example 9: Simulate <select> tag by disallowing input | |
Code: | FlexBox: |
Notes:
|
Example 10: Large data set | |
Code: | FlexBox: |
Notes:
|