Button loadertext changes button positioning
Description
Environment
None
Activity
Show:
Former user 14 June 2018 at 04:05
Great idea @Former user
Former user 14 June 2018 at 03:52
<Button
key='ok'
aria-label='button'
type='primary'
disabled={!isAllowSave || isSaving}
loading={isSaving}
onClick={
() => {
handleNewEntryCreate(this.state.entry); this.resetFields()
}
}>
Save
</Button>
Former user 14 June 2018 at 03:51
As part of the migration to Ant.D, we should remove the LoaderText entirely from button, and use their `loading` attribute to indicate the loading status.
Ready for Release
Details
Details
Assignee
Former user
Former user(Deactivated)Reporter
Former user
Former user(Deactivated)Labels
Tested Version/s
None
Components
Sprint
None
Fix versions
Priority

More fields
Time tracking
More fields
Time trackingCreated 14 June 2018 at 03:30
Updated 29 June 2018 at 01:37
Resolved 14 June 2018 at 21:02
In the antd modals such as New Term in the Glossary, when the Save button is clicked and the loadertext Saving is active, the button and loadertext positioning changes. See the attached screenshot.