Content
View differences
Updated by Henriette Darge over 7 years ago
### Current
Currently we have different input fields:
(for a detailed list, have a look at https://drive.google.com/file/d/1MX-AUwsE5m-NOeQRPth1ulSUUjloqYmh/view
**Column selection**

**Custom fields**

**Project**

### Expected
* We should use the same autocompleter everywhere. This has multiple advantages:
* Users only have to handle one kind of field, making it easier to use.
* Easier maintenance as we only have to deal with one implementation
* We can reduce our amount of code.
* Right now the ng-select is the most promising implementation and already used for the WP attributes, the search and the watchers.
Currently we have different input fields:
(for a detailed list, have a look at https://drive.google.com/file/d/1MX-AUwsE5m-NOeQRPth1ulSUUjloqYmh/view
**Column selection**
**Custom fields**
**Project**
### Expected
* We should use the same autocompleter everywhere. This has multiple advantages:
* Users only have to handle one kind of field, making it easier to use.
* Easier maintenance as we only have to deal with one implementation
* We can reduce our amount of code.
* Right now the ng-select is the most promising implementation and already used for the WP attributes, the search and the watchers.