javascript - ExtJS 5: Reserve space for msg target -
when have form in extjs 5 displays error markers beside form fields, positioning of other form fields changes time, depending on whether there validation markers or not.
as validation marker appears, layout rearranged accommodate new element.
from user point of view, evokes feeling of instability.
is possible somehow reserve space validation markers up-front, such appear/disappear, without re-positioning other components within layout?
use autofiterrors: false
option on field. docs.
Comments
Post a Comment