You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a limit to the size of an expression
For example, this works: .form-body>.form-content>.form-items>form>(div.mb-3>label.form-label[for='exampleInputEmail1']{Email address}+input.form-control#exampleInputEmail1[type='email' aria- describedby='emailHelp']+div.form-text#emailHelp{We'll never share your email with anyone else.})+(.mb-3>label.form-label[for="exampleInputPassword1"]{Password}+ input[type='password' class='form-control' id='exampleInputPassword1'])
But if I add another complex expression like this: .form-body>.form-content>.form-items>form>(div.mb-3>label.form-label[for='exampleInputEmail1']{Email address}+input.form-control#exampleInputEmail1[type='email' aria- describedby='emailHelp']+div.form-text#emailHelp{We'll never share your email with anyone else.})+(.mb-3>label.form-label[for="exampleInputPassword1"]{Password}+ input[type='password' class='form-control' id='exampleInputPassword1'])+(div.mb-3.form-check>input[type="checkbox" class="form-check-input" id="exampleCheck1"]+label[class="form- check-label" for="exampleCheck1"]{Check me out!})
Then the new expression is not expanded.
The text was updated successfully, but these errors were encountered:
Rz-Rz
changed the title
Limit to express size
Limit to express size. Is it possible to increase maximum expression size?
Dec 3, 2021
There is a limit to the size of an expression
For example, this works:
.form-body>.form-content>.form-items>form>(div.mb-3>label.form-label[for='exampleInputEmail1']{Email address}+input.form-control#exampleInputEmail1[type='email' aria- describedby='emailHelp']+div.form-text#emailHelp{We'll never share your email with anyone else.})+(.mb-3>label.form-label[for="exampleInputPassword1"]{Password}+ input[type='password' class='form-control' id='exampleInputPassword1'])
But if I add another complex expression like this:
.form-body>.form-content>.form-items>form>(div.mb-3>label.form-label[for='exampleInputEmail1']{Email address}+input.form-control#exampleInputEmail1[type='email' aria- describedby='emailHelp']+div.form-text#emailHelp{We'll never share your email with anyone else.})+(.mb-3>label.form-label[for="exampleInputPassword1"]{Password}+ input[type='password' class='form-control' id='exampleInputPassword1'])+(div.mb-3.form-check>input[type="checkbox" class="form-check-input" id="exampleCheck1"]+label[class="form- check-label" for="exampleCheck1"]{Check me out!})
Then the new expression is not expanded.
The text was updated successfully, but these errors were encountered: