rxweb icon indicating copy to clipboard operation
rxweb copied to clipboard

Tons of extensively featured packages for Angular, VUE and React Projects

Results 93 rxweb issues
Sort by recently updated
recently updated
newest added

### Description Currently When We Enter Date like 01/02/0000 in the Current Date Picker It Clear's The value But We Have A requirement To Display a Validation Message. ### Describe...

rxweb

# Describe the bug There're 2 issues found with Rx-Select: 1. In dynamic drop-down, query param is not properly passed to the API mentioned in the rx-select. ![image](https://user-images.githubusercontent.com/47338058/190571945-8bccddc0-bc68-4e35-87d1-dfe069ef548a.png) 2. When...

# Description When string with special characters like + or * is entered in the Rx-Tag element, it is not able fetch expected data in dropdown. For example, In below...

# Describe the bug with angular 11version the translation is not happening and we get an error Tried following on angular 11 version as _hostView key is not present from...

Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.0 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...

dependencies

This PR adds support for the `messageNexus` property in the `@propObject` decorator. I basically just copied the implementation from `@prop`, since they both call `defaultContainer.addProperty` anyway

## Describe the problem statement? The `FormBuilder` class allows to add to a form property a list of string values. The same syntax does not work with `RxFormBuilder`, because the...

feature request

## Describe the problem statement? The `RxwebValidators.date()` validator does not accept dates in ISO 8601 full format as for instance "2024-02-08T00:00:00.000Z". The `{ allowISODate: true }` configuration does not change...

# Describe the bug **On a component with `ChangeDetectionStrategy.OnPush`**, When using a required formControl with a `conditionalExpression` based on an other input (e.g. `RxwebValidators.required({ conditionalExpression: (x: any) => x.isMandatory ===...

## Describe the problem statement? I am building docker image of Angular frontend. When this command is execute RUN npm run build-prod. Its start compiling the project but this library...