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
The first opion is supposed to be for a missing field or a field that has no value. I've tried "null", "undefined", "''" and non of those work. It seems like "null" should work.
Steps to Reproduce
Create a field with an empty value
Write an input similar to the one above
The field is currently empty
Expected Behavior
I expect the initial state of the dropdown to show "normal"
The text was updated successfully, but these errors were encountered:
When the drop down list appears and it is closed (showing the current value of the field), I expect it to show "normal". It is blank
It looks like
If i click on normal, then it puts the priority to "empty" which is what I would expect. It then seems to work. I think it is when it does the initial display that there is a problem.
Please fill out these Check-boxes
Plugin Version
0.8.7
This Issue Occurs on
Debug Info
Describe the Issue
I have the following query:
The first opion is supposed to be for a missing field or a field that has no value. I've tried "null", "undefined", "''" and non of those work. It seems like "null" should work.
Steps to Reproduce
Expected Behavior
I expect the initial state of the dropdown to show "normal"
The text was updated successfully, but these errors were encountered: