Makes data input a setter to allow updating the set of data (i.e I am using an observable to pass the data on)
It didn't change anything else and it shouldn't break anything except that now the set of data and the dropdown values will be updated when I set a new array of data.
Description
Makes data input a setter to allow updating the set of data (i.e I am using an observable to pass the data on)
It didn't change anything else and it shouldn't break anything except that now the set of data and the dropdown values will be updated when I set a new array of data.