Jump to content

Recommended Posts

  • 6 months later...
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Posted

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';

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...