Closed randolf-alegre closed 3 years ago
Hi @randolf-alegre We recently had an issue for the same use case - #3390, which is already fixed, so you will be able to consume the fix in the next release of the library! Thanks for reporting the issue. Regards, Georgi
Hi @gmkv The issue still persists when nested ui5-input element under ui5-table and ui5-table-row. I believe is due to the keydown handler under TableRow.js is still preventing space entry.
Hi @SAP/ui5-webcomponents-topic-rl Could you take a look at this issue with the input inside a table row?
Regards, Georgi
@kotmiilawrence I believe this issue persists because the new version of the library hasn't been released yet.
Hello @randolf-alegre,
Thanks for sharing your findings!
As Georgi has mentioned, the issue is already reported #3390 and fixed with the following change https://github.com/SAP/ui5-webcomponents/pull/3393
Please, wait for the next release and check again.
Kind Regards, Niya
Input field does not accept SPACE when place within the ui5-table-cell web component. When you start typing and press the space bar space is not displayed. To double-check the value, inspect the input element and see the value attribute.
Expected Behavior: Input field should accept SPACE.
Steps to Reproduce:
Sample: https://codesandbox.io/s/practical-villani-s6w4f?file=/index.html
Context
Priority
The priority indicates the severity of the issue. To set the appropriate priority consider the following criteria:
Note: The priority might be re-evaluated by the issue processor.