frappe / frappejs

Node + Electron + Vue based metadata web framework (inspired by Frappe)
263 stars 110 forks source link

Minor improvements in frappejs #117

Open MaxMorais opened 4 years ago

MaxMorais commented 4 years ago

@netchampfaris I'm sending 4 minor improvements to frappejs, there's a description why

1 - I got few errors installing frappebooks from source, because functions was being serialized and sent to DDL during the creation of tables. 2 - Trying some entries in frappebooks, I got few errors due the fact, that the framework is calling the method roundFloats in children, but not all children have that method 3 - If we create a select with a list of objects with the options notation {value: '', label: ''} the message is unclear 4 - If we create a select with a list of objects in options that select dont will be properly rendered on UI