Simone

Results 18 issues of Simone

- Framework7 version: 8.1.0 - Platform and Target: Chrome Browser - Live Link or CodeSandbox: https://codesandbox.io/p/sandbox/restless-framework-48t3ky?file=%2Fsrc%2Fjs%2Fapp.js%3A13%2C14 ### Describe the bug As you can see from the Sandbox the `list-group-title` cuts...

- Framework7 version: 7.1.5 - Platform and Target: PC browser - Live Link or CodeSandbox: [CodeSandbox](https://codesandbox.io/p/sandbox/elated-bogdan-beextx?file=%2Fsrc%2Fpages%2Fhome.f7.html) ### Describe the bug The bug occurs when using a button/icon to open a...

- Framework7 version: 7.1.5 - Platform and Target: All - Live Link or CodeSandbox: [CodeSandbox](https://codesandbox.io/p/sandbox/recursing-bose-h3rpcu?file=%2Fsrc%2Fframework7-keypad.css&selection=%5B%7B%22endColumn%22%3A2%2C%22endLineNumber%22%3A231%2C%22startColumn%22%3A2%2C%22startLineNumber%22%3A231%7D%5D) ### Describe the bug The problem is that when the button is disabled it should...

- Framework7 version: 7.1.5 - Platform and Target: All - Live Link or CodeSandbox: [CodeSandbox](https://codesandbox.io/p/sandbox/peaceful-maria-1ybsip?file=%2Fsrc%2Fpages%2Fhome.f7.html&selection=%5B%7B%22endColumn%22%3A33%2C%22endLineNumber%22%3A45%2C%22startColumn%22%3A33%2C%22startLineNumber%22%3A45%7D%5D) ### Describe the bug Action sheet `el` is not defined, this bug only happens with...

Good morning, There are a lot of components that have the custom render function, in each description the same thing is written "must return html xxx", in my opinion it...

# Feature Request ## Motivation Behind Feature Implementing the native background controls function allows the user to stop the music even in the background (in my specific case a web...

### Package filament/filament ### Package Version v3x ### Laravel Version v12 ### Livewire Version _No response_ ### PHP Version php 8.4 ### Problem description When I click on the icon...

bug
unconfirmed
medium priority

Hello, I tried this pattern for stack multiple addGroup and try to group some category but doesnt work: ``` $r->addGroup('/admin', function (FastRoute\RouteCollector $r) { $r->addGroup('/company', function (FastRoute\RouteCollector $r) { }...