Ayfri
02/05/2022, 12:15 AMenabled = array.isEmpty()
but the problem is that the button enabled state is only updated after the array has changed
Like if I have a field errored, the array has correctly a new value inside, but the button is only updated when the list is updated after this (like adding/removing an element), not directly when a new element is added to arrayAlbert Chang
02/05/2022, 6:05 AMAyfri
02/05/2022, 11:43 AMmutableStateListOf<String>()
Albert Chang
02/05/2022, 12:50 PMAyfri
02/05/2022, 12:55 PMAlbert Chang
02/05/2022, 12:57 PMAyfri
02/05/2022, 1:48 PM