Hi,

In Drupal 8 I have created a View with a list of "tasks" (actually, it is a custom content type for some work we do_ and I want people to be able to change (from the View) the status (it is a drop down list) to signify it has been completed. I am able to do this with Drupal 7 by using the Editable Fields module and making this single field editable. I was wondering if there is a Drupal 8 equivalent?

Thanks in advance.