Is there a way in App Studio to get sliders rather then checkboxes for booleans?
I noticed sliders are supported in React, but the UI configuration in App Studio appears to be very limited. Can this only be done through Dev Studio or am I missing something in React App Studio?
@SatishS84 Hi Satish, yeah I thought so, though there is another article on React that indicates slider is supported, just not on how to get it. But in the meantime I confirmed that all UI in React is through the limited given configuration settings and if you want additional options you would need to front-end knowledge to tie in your own React code to customize the UI beyond that.