Florian BRUNIAUX
Florian BRUNIAUX
@ctran Yes +1. My team and I (several ror developers) would love to help maintain the gem with you! @ocarta-l , @clement1234, @winwave, @floriansr, @yao0204 💪🏻
Hi, In your schema you should do : ``` js var User = Backbone.Model.extend({ schema: { title: { type: 'Select', options: [{label:"Miss"},{label:"Mrs"}, {label:"Mr", disabled: true}] }, name: 'Text', addressForm.street: {...
Hello 👋🏻 any new on this one ? is it possible to avoid installing all the packages ? Overriding the command like `pnpm --filter \!expo install` thanks