In NumberWidget annotation we incorrectly call it a "Text field".
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | numberwidget_is_not_a-2556515-8.patch | 540 bytes | eli-t |
| #6 | numberwidget_is_not_a-2556515-5.patch | 0 bytes | eli-t |
In NumberWidget annotation we incorrectly call it a "Text field".
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | numberwidget_is_not_a-2556515-8.patch | 540 bytes | eli-t |
| #6 | numberwidget_is_not_a-2556515-5.patch | 0 bytes | eli-t |
Comments
Comment #2
alexpottComment #3
alexpottHmm... maybe this is correct... perhaps it is trying to tell it is using a text field for numeric entry.
Comment #4
eli-tComment #5
alexpottHowever maybe HTML5 makes this more complex because this uses
Drupal\Core\Render\Element\Number... and that generates a<input data-drupal-selector="edit-field-ads-0-value" type="number" id="edit-field-ads-0-value" name="field_ads[0][value]" value="" step="1" placeholder="" class="form-number">which is now anumberinput.Comment #6
eli-tChanged to "Number field"
Comment #7
aspilicious commentedpatch is empty
Comment #8
eli-t/stabs self
Comment #9
eli-tComment #10
aspilicious commentedIs correct
Comment #11
alexpottCommitted 508bbb5 and pushed to 8.0.x. Thanks!