platform icon indicating copy to clipboard operation
platform copied to clipboard

Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.

Results 197 platform issues
Sort by recently updated
recently updated
newest added

Hello! Maybe I'm wrong, but in `relation_controller.js` in the `connect` method, the `maximumSelectionLength` attribute should be passed not like ```js maxItems: select.getAttribute('maximumSelectionLength') || select.hasAttribute('multiple') ? null : 1, ``` but...

Errors

**Is your feature request related to a problem? Please describe.** The problem is that even if you apply a scope to order the results, the order goes back to ID....

Problems
Improvements

**Describe the bug** After updating a project from version 13 to 14, all editing screens simply stopped working, with the error "Illegal offset type in isset or empty", from what...

Errors

Fixes # ## Proposed Changes - added opportunity to apply several scopes in relation form element - changed relation.blade - changed relation js controller

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.2.3 to 5.3.1. Release notes Sourced from bootstrap's releases. v5.3.1 Highlights Color modes: Increased color contrast for dark mode by replacing $gray-500 with $gray-300 for the body...

dependencies
javascript

The new Orchid 14 $allowedFilters configuration has an issue: Using a table filter TD::FILTER_NUMBER_RANGE and $allowedFilters WhereBetween only works when a min and max value is given. If only one...

Errors

**Describe the bug** Add table with TD column and Input::make() filter. Then filter that column with comma in value. HttpFilter method parseHttpValue would then split that query parameter into array...

Errors

It would be interesting if there was also a Popover option for actions, such as Buttons, Link, ModalToggle. That sometimes to make the look cleaner, just add an icon, and...