codebury

Results 5 issues of codebury

Hi, My code: ```javascript @computed ready = false ... { this.ready ? this.ready = false} /> : null } ``` Demo steps: 1. Select "Nested Fields". 2. Scroll to end...

fix

Hi, ```javascript const editLocationFields = { fields: [ 'Calle', 'NumExt', 'NumInt', 'Colonia', 'Indicaciones', 'Tipo', 'lat', 'lng' ], labels: { Tipo: 'Tipo de ubicación', NumExt: 'Número Exterior', NumInt: 'Número Interior', Indicaciones:...

bug
help wanted
next

This is an amazing and very useful control. I think it would be a good idea if there was a way to raise funds from the community (something like Patreon...

Hi! I followed all steps described in readme and development works well, but when i run npm run build-prod, the page does nothing. No errors, no warnings, literally nothing. Hope...