Myks92

Results 3 issues of Myks92

Было бы здорово иметь возможность настраивать публичные контракты только по определенной папке (слою), вместо классов. Например, если использовать слои из DDD: Application, Domain, Ifrastructure, то в модуле/подмодуле можно было бы...

Now the name of the linking table is directly written in the [attribute](https://github.com/Olivier127/rbac-bundle/blob/b4d7fdd19d00449fd9fa78bd3fbb4753e61104d3/src/Entity/Role.php#L12). It is necessary to be able to change it so that all tables follow a common style....

enhancement

### HeroUI Version 2.8.2 ### Describe the bug In the [use-input.ts](https://github.com/heroui-inc/heroui/blob/928383bcfc5f35a80010c833f655c1355349d0f2/packages/components/input/src/use-input.ts#L246) file, the following code enables `isClearable` implicitly when `onClear` is passed: ```ts const isClearable = !!onClear || originalProps.isClearable; ```...