Frank Yu

Results 2 issues of Frank Yu

If I put the checkbox or toggle component in a Bulma modal. It doesn't matter if I the modal is-active or not , the checkbox / toggle component always displays...

bug

1. In the server, I setup a namedQuery: const query = Company.createQuery({ country: 1, fullName: 1, shortName: 1, address: 1, timeZone: 1, $paginate: true, }); export default query; 2. In...