lucca-front
lucca-front copied to clipboard
documentation
We have `id-topic` or `idTopic` at the moment. Could they be the same? - [fieldSizelabel](https://github.com/LuccaSA/lucca-front/pull/2808/files#diff-26a24a9c204e8f59a997764a08ecd24ff4e5e8973b72dba1ca47384c54f3395aR5) - [fieldXSlabel](https://github.com/LuccaSA/lucca-front/pull/2808/files#diff-26a24a9c204e8f59a997764a08ecd24ff4e5e8973b72dba1ca47384c54f3395aR45) - [fieldErrorEmptylabel](https://github.com/LuccaSA/lucca-front/pull/2808/files#diff-26a24a9c204e8f59a997764a08ecd24ff4e5e8973b72dba1ca47384c54f3395aR299) - [fieldErrorFilledlabel](https://github.com/LuccaSA/lucca-front/pull/2808/files#diff-26a24a9c204e8f59a997764a08ecd24ff4e5e8973b72dba1ca47384c54f3395aR319) - [fieldDisabledEmptylabel](https://github.com/LuccaSA/lucca-front/pull/2808/files#diff-26a24a9c204e8f59a997764a08ecd24ff4e5e8973b72dba1ca47384c54f3395aR351) - [fieldDisabledFilledlabel](https://github.com/LuccaSA/lucca-front/pull/2808/files#diff-26a24a9c204e8f59a997764a08ecd24ff4e5e8973b72dba1ca47384c54f3395aR372) - [fieldAlllabel](https://github.com/LuccaSA/lucca-front/pull/2808/files#diff-26a24a9c204e8f59a997764a08ecd24ff4e5e8973b72dba1ca47384c54f3395aR402) The `(id|by)=".+[^-](label|message)"` regexp...
## Description Issue : ```html ``` ``` admin-training.store.ts:460 ERROR TypeError: Cannot read properties of null (reading 'pipe') at new _NumberFormatInputComponent (lucca-front-ng-forms.mjs:618:68) at NodeInjectorFactory.NumberFormatInputComponent_Factory [as factory] (lucca-front-ng-forms.mjs:668:14) at getNodeInjectable (core.mjs:5872:38) at...
## Description Added support for the autocomplete attribute. Fixes #3117 ----- ----- 
## Description Functional description for the changelog. Keep an empty line under your text, as well as the 5 lines that follow it. ----- Optionally, technical or more in-depth description...
We need the ability to add and populate the HTML `autocomplete` attribute on inputs. Additionally, this will prevent Google Chrome from autofilling wrong data
## Description Covers: - Inline layout for radios (and potentially checkboxes) - Box arrow with Angular radio component @Supamiu We have a few inputs to add to covers these features...
There are cases where `indexTable-body-row-cell-link` is put on a `button` instead of a `a`. When the detail of a row open a modal for example. In that case the default...
## Description Allow to use searchDelimiter input for apiV4 select to search with comma delimiter for example. By default it's space delimiter ----- Optionally, technical or more in-depth description for...
## Description Some apps will use different versions of LF. So it has to be namespaced. ----- Allows importing LF inside a selector with: ```scss @use "@lucca-front/scss/src/commons/config" as scssConfig with...
We noticed a few issues when adding the **File upload** component into a ``: - the label and inputs are not properly linked via their respective `for` and `id` attributes,...