- Filters should take any type of element rendering - Dropdown, multi select, radio, checkbox
- Configurable payload - Each element should be configured for label, placeholder etc
- Filter should be able to mark pre selected values - Separate payload for pre selected values
- Reset filters - Filters should discard all pre selected values
- Plugin should be switchable for submit button method and also on element change as default behaviour
- Demo project should have input JSON and also output JSON for community purpose
- ngx transaltion using custom json
- based on index-no html element should be prioritize
- Instead of filter module path in parent use filter package name in package.json(ng build-> yarn link)
- Orientation (vertical/horizontal based on user input)
- FIlters should also take values from URL string - any url params matches the filter criterial should auto select
- Remove URL Query Parms - Filters should discard selected query filter values
- instead of passing all json language pass only selcted language json data to avoid looping at plugin side
- plugin should accept type of button(chip)
- submit & reset button have flexibilty to position (top/bottom)
- Chips with input for multiple dropwon
- Plugin should be able to get dataList items from URL specified in input JSON
- On language change reflection delay - portal