Bitmask field and multi-select in editor

Bitmask field and multi-select in editor

snunnsnunn Posts: 17Questions: 5Answers: 0

I have a bitmask field that I need to map to a multi-select dropdown in the editor. Can I control what gets selected in the drop down list for the editor?

Answers

  • allanallan Posts: 63,210Questions: 1Answers: 10,415 Site admin

    Do you basically want to pass in an integer (or whatever bit value you are using) and have it select the multiple options that match the mask? I'm afraid that is not something that Editor's select field type supports directly - it is based on direct value selection rather than masks.

    To support bit masks for a select input you would need to create a custom plug-in that does that.

    Allan

This discussion has been closed.