Skip to content

REPORT-495: Added an onkeyup event to the Widgets and Text input elem…#8

Open
IamMujuziMoses wants to merge 1 commit intoopenmrs:masterfrom
IamMujuziMoses:REPORT-495
Open

REPORT-495: Added an onkeyup event to the Widgets and Text input elem…#8
IamMujuziMoses wants to merge 1 commit intoopenmrs:masterfrom
IamMujuziMoses:REPORT-495

Conversation

@IamMujuziMoses
Copy link
Copy Markdown

…ents which disables and enables the smallButtons when the input elements have or don't have input respectively

https://issues.openmrs.org/browse/REPORT-495

@IamMujuziMoses
Copy link
Copy Markdown
Author

@davidpalacios @dkayiwa requesting review on this

@dkayiwa
Copy link
Copy Markdown
Member

dkayiwa commented Nov 5, 2020

@IamMujuziMoses on the JIRA ticket, can you attach screenshots with the effects of your changes, as advised at? https://wiki.openmrs.org/display/docs/Pull+Request+Tips

…ents which disables and enables the smallButtons when the input elements have or don't have input respectively

HtmlUtil.renderResource(w, config.getRequest(), "/scripts/calendar/calendar.js");

Object idPrefix = config.getId();
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does config.getId() always return an Object? Double check this please!

@Override
public void render(WidgetConfig config, Writer w) throws IOException {

Object idPrefix = config.getId();
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as above. Double check the data type!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants