Can you add a tag to the user by clicking the enter E in the space ? By default the materialize chips it adds only if you click enter ...
I did not find anything about it, the materialize documentation is pretty bad.
For example, if you are separating by spaces and clicking the enter it looks like this:
The right thing would be:
$('.chips').chips();
body {
padding: 30px;
}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><linkrel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script><divclass="chips"></div>