cyril lopez

Results 35 comments of cyril lopez

> This is still a WIP but I think I could use some feedback already @gu-stav (@soupette if you have the time 🙏 ). > > Based on notes from...

It might be related to RBAC only allowed fields can be filtered in the dropdown.

@chrift did you disable the filtering in the settings page of the content manager listview?

Hello @baermathias thanks for reporting this issue. In fact the required constraint for the components is the following: - Required single component: The value cannot be `null` or `undefined`, if...

The new datepicker that will come with the new design system is localised you can check it out on this [repo](https://github.com/strapi/design-system)

@saadmb right now I don't have a fix for this issue however there's a prop `wait` that you can pass to the [DatePicker](https://github.com/strapi/buffet/blob/master/packages/buffetjs-core/src/components/DatePicker/index.js) so you can adjust the time before...

We are planning on releasing a new one soon

There's already such feature in the Strapi admin panel, you can check out this [guide](https://strapi.io/blog/how-to-change-the-wysiwyg-in-strapi) you can easily adapt the guide by creating a `date` and datetime field with your...

I agree the components should forward the refs.

@DeviantDog yes there is a limitation in order to query two level of nested components with the following structure: ```json // api//content-types//schema.json { // ... "attributes": { "dz": { "type":...