dfaruque / Serenity.Extra

Name of the repo says that this is an EXTRA of http://serenity.is platform
60 stars 34 forks source link

Yes No editor for inline edit #53

Closed reach2rv closed 3 years ago

reach2rv commented 3 years ago

Hi @dfaruque

do you have any idea on how we can add Yes No select2editor inline edit?

dfaruque commented 3 years ago

You may create an enum for YesNo {No=0, Yes=1} and used that enum as your property type.