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

Add Multilist with Search to ItemReferenceListField type #23

Merged
merged 2 commits into from
Oct 29, 2018

Conversation

lcjordan
Copy link
Contributor

Adding Multilist with Search to ItemReferenceListField rather than TextField.

@@ -160,6 +160,7 @@ public string GetFieldType(TemplateFieldCodeGenerationMetadata field)
case "Droplist":
case "Grouped Droplist": return "TextField";
case "Multilist":
case "Multilist with Search":
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @lcjordan - can you please change the white space here from spaces to tabs for consistency with the rest of the file? Once that's done, I'll merge it and add it to the next release.

Thanks!

@blipson89 blipson89 merged commit 288568c into blipson89:dev Oct 29, 2018
@lcjordan lcjordan deleted the multilistwithsearch branch January 15, 2019 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants