This repository stores code examples of the List component for the Getting Started with List tutorial. The List displays data from a local or remote data storage and allows users to group, select, ...
Since HTML select tag auto formats its option values as string, if your value prop is a number (eg: id), you need to pass valueType="number" prop to DualListBox component. This project has initialized ...