Arthur Shlain

Results 14 issues of Arthur Shlain

I see that the `round` attribute has type `number` in description, but it's not works as number. I expected that i could set `0` for removing numbers after decimal separator....

How about this? :) `{ "space":73,2,"space_percent":94,9 }` Means: `{ "space":73.2,"space_percent":94.9 }` How it works in demo now: `angular.js:10734 Error: Found } that I can't handle at line 0:37`

The second example has wrong class name (small letter `s`). ![image](https://user-images.githubusercontent.com/2047645/183298210-9d66d063-9585-47ba-872b-1a1d2ba7d624.png)

Input field looks large because `box-sizing` property is set to `content-box`.

What i doing wrong? I add bourbon files to flipclock.scss file location, but then have error: Error: Undefined mixin 'box-sizing'. on line 9 of flipclock.scss, in `box-sizing' from line 9...

Where `.multiselect__current` CSS class was used? I can't find `current` suffix in sources.

**Describe the bug** Uncaught Error: The wire:model value must be an array to use the select as multiselect **To Reproduce** https://github.com/arthurshlain/livewire-test (npm update, composer install, php artisan serve) Steps to...

bug

I make website for SVG icons library and the `$icon` variables everywhere in my project. Collision happens with components that use own icons when my controller contains `view()->share('icon', $icon)`: `Unable...

bug

Hi there. Thanks for this library. Need some options to configure color picker, here an example of design: ![image](https://github.com/wireui/wireui/assets/2047645/425091df-0c2c-4f3c-a4f4-6a9226bd66e6) A possible options: `without-button` bool default false; `palette-on-focus` bool default false...

Feature Request

Hi there. I'm trying to follow the documentation and got error: `Alpine Expression Error: taYoutube is not defined` I'm using @jeffreyvr/tailwindcss-tailpress with `app.js` (defer) script: ```js import Alpine from 'alpinejs'...