Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Bug: select field issue with trailing spaces when creating using API #7087

Closed
1 task done
dstala opened this issue Nov 24, 2023 · 0 comments
Closed
1 task done
Assignees
Milestone

Comments

@dstala
Copy link
Member

dstala commented Nov 24, 2023

Please confirm if bug report does NOT exists already ?

  • I confirm there is no existing issue for this

Steps to reproduce ?

the following will create options as 'apr 'may due to space after ,

            {
                column_name: 'MultiSelect',
                title: 'MultiSelect',
                uidt: 'MultiSelect',
                dtxp: "'jan','feb','mar', 'apr', 'may', 'jun', 'jul', 'aug', 'sep', 'oct', 'nov', 'dec'",
            },

Desired Behavior

ignore space before & after ,

Project Details

0.202.7

Attachments

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Closed
Development

No branches or pull requests

3 participants