Sergey Chehuta
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. 
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'] {...