You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to implement allow fill in choice where user can specify a value like SharePoint?
I can see under setupKoVar that it is setting koObj._isFillInChoice but I don't see any other usages of it?
My idea is that when the modelValue is populated, I want to set a field for that otherOption to be shown in the template which I have done. At a first look I am thinking of comparing this.modelValue and this.options, and whatever is not in the list options, then set that one as the otherOption field.
The text was updated successfully, but these errors were encountered:
This feature is on the TODO list. It hasn’t yet been implemented due to level of complexity for the time being.
You can work around by created a text column ‘MyFieldNameOther’. If the selected option is ‘Other’, display the ‘MyFieldNameOther’ field, requiring input.
Example:
You have a SP choice field named ‘Language’; Include an option for “Other"
How to implement allow fill in choice where user can specify a value like SharePoint?
I can see under setupKoVar that it is setting koObj._isFillInChoice but I don't see any other usages of it?
My idea is that when the modelValue is populated, I want to set a field for that otherOption to be shown in the template which I have done. At a first look I am thinking of comparing this.modelValue and this.options, and whatever is not in the list options, then set that one as the otherOption field.
The text was updated successfully, but these errors were encountered: