...

/

Enumeration Implementation Issues

Enumeration Implementation Issues

Let’s learn about some of the new issues that arise when implementing enumeration attributes in the application.

We'll cover the following...

This chapter covers how to build a front-end web application with enumeration attributes using plain JavaScript. We’ll also learn how to deal with multi-valued attributes because enumeration attributes are multi-valued in many cases.

New Issues

In addition to the complications in the validation application that we discussed earlier, the following new issues arise when implementing enumeration attributes:

  1. We replace the ES5
...