umeshkodippili Posted February 7, 2017 Posted February 7, 2017 HiI am looking to change the three dashes (---) which is the default option of input control to something like "ALL" . Is it possible to achieve this by changing a configuration file?CheersNiK
jsutherland_1 Posted August 28, 2017 Posted August 28, 2017 NiK, interestingly, that is a new requirement on our project as well. I hope TIBCO responds to your question soon with an answer.
jsutherland_1 Posted August 29, 2017 Posted August 29, 2017 What I ended up doing was in our javascript code that utilizes the Visualize.js APIs I loop through the options if the type is 'singleSelect', check for the first element as '---' and set it to 'All' if (p.type === 'singleSelect' && p.state.options[0].label === '---') p.state.options[0].label = 'All';
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now