CategoryManager
CategoryManager copied to clipboard
feat: show contact details modal on click
The locale files need to be updated.
I noticed that phone numbers stored in property ITEM1.TEL
won't show when we are using component.getAllProperties('tel')
.
Is there any way to get all phone numbers?
Perhaps we need to use double click instead of click. The click event should be reserved for multiple selection.