vahnmarty

Results 3 issues of vahnmarty

See this screencast: https://www.loom.com/share/84679eebf4c34e43b6ea4875aa7aa126 I created 10 `` then I tried dragging #10 to #2 position, but after that, the sequence just resets. ``` @foreach (range(1, 10) as $n) {{...

``` {{ $test }} ``` In Livewire ``` { public $test = '1234'; } ```

Using `@error` or `$errors->has` is not working on `x-tel-input`. I used the error directive in both of the elements, the `` works, but the `x-tel-input` is not working. ``` /...