Editor sublists are a bit more complicated since e...
# suitescript
j
Editor sublists are a bit more complicated since each time you change the "current line", new `<input>`s are rendered. Since ultimately the API is a wrapper around setting the disabled attribute on some html elements, you end up having to re-disable the field on lineInit (or anything else that recreates the
<input>
.