- Issue created by @Kristen Pol
- Status changed to Closed: works as designed
3 months ago 12:27am 6 September 2024 - šŗšøUnited States Kristen Pol Santa Cruz, CA, USA
I'm an idiot. Just use an integer type. I'm so tired :/
- Status changed to Active
3 months ago 6:42am 6 September 2024 - š«š®Finland lauriii Finland
Thank you @kristen pol for updating this! I'm keeping this as a minor bug report as it impacts DX. This may be still desired because of that.
- Status changed to Needs review
3 months ago 7:07am 6 September 2024 - š®š³India shyam_bhatt Gujarat
We can add the prop with type integer as per the below code. It will generate a new filter level with no error.
level: type: integer title: Level description: 'Semantic level: 1, 2, 3, 4.' default: 2 enum: - 1 - 2 - 3 - 4 examples: - 2
- š®š³India shyam_bhatt Gujarat
yes, Kristen pol. Thanks for the comment. I added the code for better visibility.
- Status changed to Active
3 months ago 6:11pm 6 September 2024 - šŗšøUnited States Kristen Pol Santa Cruz, CA, USA
Moving back to active .
- šŗšøUnited States Kristen Pol Santa Cruz, CA, USA
Running into this for the "data card" because you can have "+100" or "50" or similar. If it's a string, then the "50" won't work, but if it's an integer than "+100" won't work. Moving to normal.
- Status changed to Postponed
3 months ago 8:51am 9 September 2024 - š§šŖBelgium wim leers Ghent š§šŖšŖšŗ
AFAICT this is once again a duplicate of š± [META] Redux sync on ALL prop types, not just ones with a single [value] property Active , because the
options_select
field widget for thelist_integer
field type generates something like<select> ā¦ <option value="3">3</option> <option value="4">4</option> ā¦ </select> ā¦ i.e. those are <em>string</em> values in the <code>value
attribute for each
<option>
, the client-side must know when to map those to integers. - šŗšøUnited States Kristen Pol Santa Cruz, CA, USA
I assume this is related:
š Numeric field input crashes contextual settings panel Active
- Status changed to Closed: duplicate
2 months ago 12:06pm 13 September 2024 - šŗšøUnited States bnjmnm Ann Arbor, MI
Duplicate of š Numeric field input crashes contextual settings panel Active