Sergey Chehuta

Results 7 comments of Sergey Chehuta

confirm. ``` pager.reloadData() { //has to call it immediately: self.numberOfItems = dataSource.numberOfItems(in: self) } ```

if removeEntireMention == true then "select All" -> "Cut" does not cut the entire text, but just some random piece of text

> Hey @whitetown, we had similar issues with fields not beint populated in some dynamic zones. Following patch fixed it (used with [patch-package](https://www.npmjs.com/package/patch-package) library) Wow. it helped. thanks a lot!

I solved it like this: <div className='bg-background-date'> <DateInput name='min_date' /> </div> .bg-background-date [data-slot='base'] [data-slot='input-wrapper'] { @apply bg-background; } /* bonus for select and autocomplete */ .bg-background-autocomplete [data-slot='main-wrapper'] [data-slot='input-wrapper'] { @apply...

not only 'submit'. usual type='button' too https://jsbin.com/vuhazewibe/1/edit?html,output

I have the same issue. as soon as I upgrade react* packages it does not build anymore. ![Screenshot 2024-07-22 at 10 35 53](https://github.com/user-attachments/assets/ecbb54b1-3bda-4ae8-9ffb-6034e5c7e6f7)

Unfortunately, there are a lot of hardcoded colors. I have solved it like the css below, but it would be nice to use semantic colors everywhere. ``` .dark, [data-theme='dark'] {...