VahidFarahmandian / Jinget

Jinget is a framework written using .NET 6.0, and built using DDD+CQRS. We are currently in the way to make Jinget an open source project, during this journey we will publish different parts of Jinget
MIT License
49 stars 11 forks source link

Add keyboard navigation to JingetDropDown and JingetDropDownTreeList #96

Open VahidFarahmandian opened 2 months ago

VahidFarahmandian commented 2 months ago

Is your feature request related to a problem? Please describe. The user should be able to easily move between the items using the keyboard and select the desired option.

Describe the solution you'd like It is preferable to use the facilities & utilities in the select2.js

VahidFarahmandian commented 2 months ago

Is your feature request related to a problem? Please describe. The user should be able to easily move between the items using the keyboard and select the desired option.

Describe the solution you'd like It is preferable to use the facilities & utilities in the select2.js

JingetDropDownList already supports the keyboard navigation & this feature should be applied for JingetDropDownTreeList only, as this component render the items manually.