Commit fbecc99f authored by Merzough Münker's avatar Merzough Münker
Browse files

fix: support for custom data source

parent 88ce4c42
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
# Changelog

## [0.11.5]
### Fixed
- support for custom data source

## [0.11.4]
### Fixed
- support for custom data source
+1 −1
Original line number Diff line number Diff line
{
  "name": "@rxap/forms",
  "version": "0.11.4",
  "version": "0.11.5",
  "private": false,
  "author": "Merzough Münker",
  "homepage": "https://gitlab.com/rxap/packages",
+0 −1
Original line number Diff line number Diff line
@@ -344,7 +344,6 @@ export class FormDataSourceElement extends DataSourceElement {
  public __parent!: SelectOptionsElement;

  @ElementChildTextContent()
  @ElementRequired()
  public id!: string;

  @ElementChildren(DataSourceTransformerElement)