Unplanned
Last Updated: 09 Sep 2022 09:07 by ADMIN
Daniel
Created on: 09 Sep 2022 07:38
Category: KendoReact
Type: Feature Request
0
Add Data-attribute NumericTextBox

Data-attribute is missing on a NumericTextbox. Add it in a similar way as for example TextInput and Checkbox.


import * as React from 'react';
import * as ReactDOM from 'react-dom';
import {
  NumericTextBox,
  Checkbox,
  TextBox,
} from '@progress/kendo-react-inputs';

const App = () => {
  return (
    <div>
      <label>
        <TextBox data-test="5" />
      </label>
      <br />
      <label>
        <NumericTextBox data-test="5" />
      </label>
      <br />
      <label>
        <Checkbox data-test="5" />
      </label>
    </div>
  );
};

ReactDOM.render(<App />, document.querySelector('my-app'));

Attached Files:
1 comment
ADMIN
Filip
Posted on: 09 Sep 2022 09:07

Hi, Daniel,

Thank you for the submitted feature request. We will be monitoring it closely.

Regards,
Filip
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.