I believe this is a bug as I've followed all the guides. I have a comboboxfield that is populated via remote store. If I select a valid value from the picker then click on the trigger/dropdown again...
Type: Posts; User: acaravia
I believe this is a bug as I've followed all the guides. I have a comboboxfield that is populated via remote store. If I select a valid value from the picker then click on the trigger/dropdown again...
I'm using ExtReact 7.0.0, from the documentation and various posts out there sounded like getRawValue would return the selected displayValue value. However it appears to return the previous value...
I'm trying to use the D3 Tree control to show a family tree. I have an example where Parent A has children of it's own and Parent B has 1 shared child with Parent A. Can this be done with the D3...
How do I allow only numbers to be entered into SearchField. I read there is a maskRe property that can be set on a TextField but this doesn't appear to be working with SearchField. Do I need to...
I found a way to accomplish what it is I'm trying to do. Basically, xt.data.TreeStore just creates a store object for you. I populate my store in componentDidMount and set the component state which...
I have an application where tabs are generated dynamically. An Id is sent as a prop to a component within the tab to populate the data. The component within the tab is responsible for populating...
I'm trying to use the DisplayField component to display a link. I have read through several postings but none seem to be working for me. Here is what I have:
<DisplayField label="Tag #"...
Is there a specific layout or style setting which allows text within a Container element to be selectable/highlightable?
Is there any way to have a ContainerField have it's label on it's own line then all subsequent elements be under it? A crude example would be like this:
58054
I have a TabPanel with dynamically created closable tabs. What I would like to do is within each tab next to the tab title add a clickable refresh icon so that the tab content can be refreshed by the...
Thanks for letting me know about the dead link. I've uploaded the image again>
57957
I have not found any example in Kitchen Sink. All I'm trying to do is use a formpanel so that the labels are all aligned along with their corresponding controls. Here is a mock up of what I'm trying...
well might be a little bit tricky to get a complete sample since I have the tabs built around redux. I think my issue is more how can I capture before destroy of a tab event? I've attempted to use...
I have a FormPanel with various coponents and I want to add a label and link. I want the label to line up with the rest of the labels in the FormPanel and then the link line up with all the other...
I'm using the TabPanel with dynamic tabs which get added as the user flows through the application. some of the tabs will have additional children TabPanels which also get tabs dynamically added as...
After doing some digging I noticed that there is _activeItemIndex property on the TabPanel component. Doing tabPanel.getActiveItemIndex() got me what I needed. This is not in the documentation. It...
I have a TabPanel which generates tabs dynamically based on menu items selected and navigating throughout the application. I'm unable to capture the active tab index either by getTabIndex or...
After further testing the answer did not work. Seems like I was able to get some different behavior but still cuts off.
Ok here is the problem. I haven't had the time to create a fiddle example but I'll try and explain the issue with as much detail as possible. We are using the TabPanel in our application. Within...
I ended up solving this by just tracking the activated tabs in the component state. On the TabPanel.onActiveItemChange I call a function that will record which tab was clicked and store it in the...
I'm attempting to override the checkboxfield getValue method so that on a FormPanel.getValues() or using CheckBoxField.getValue() I get true or false instead of true and null. I've read various posts...
If anyone is interested I was able to solve this with a couple easy steps in Azure DevOps thanks to a thread I found in git. If anyone is interested here is the link to the thread.
thank you I'll be awaiting for more info.
I didn't want to log a bug for this yet as I'm not sure if I'm just missing a property setting but while using a DatePickerField if you have the calendar open place focus on the textbox you can type...
I'm trying to build my application via Azure DevOps and during npm install I appear to be getting an error. The error is similar to what I received when trying to install on a machine that was not...