kerbaypapilon

Results 3 comments of kerbaypapilon

I have version 3.43.1 but when I run TextDetector my app crashes too on Android devices. When I text detection set to true app crashes. Any solutions?

` translation={{ SELECTED_ITEMS_COUNT_TEXT: `${items.map(item => { if (value.includes(item.value)) return item.label + ' -'; })}`.replaceAll(',', ' '), }}` I just did like that but I wonder how to do this like...

Thank you for answer! It works fine however, when I select many items, some of selected items cannot be seen.(They stayed right sight of the component) Any ideas to make...